OUTSPIN
A downloadable game for Windows
⚠️Game is not fully finished yet! Expect some demo sprites.
Description
This game was made for Boss Rush Jam 2025 and theme for that was about Spinning. Description is short because I don't want to spoil the game, so read the story:
Story
You are playtesting a game for some ridiculous jam, where you need to follow a certain theme during the development process. The game is as usual as many others - just another one RPG-Roguelike but with wheel that gives you random buffs while you kicking some bosses out, and you finding that the first one is way too hard! But a character in the game says, he can do something, that could kill the boss in seconds. You agree with him, and window of the game turns white. It seems like it's crashed again, but you notice something behind the window...
Recommended system specifics:
1920x1080 or higher on the main monitor and Windows 10/11. On other screen resolutions game will work, but proper functionality not guaranteed. Spotted bugs related to screen resolution will be fixed in release version.
Why this game getting spotted by antivirus?
I haven't tested it but can predict that maybe some antiviruses will react to that game. And there's a reason for that: When the game starts it runs a powershell command to check whether you're using light theme or not. This is how it looks in the game's code:
var light_theme = []
OS.execute("powershell.exe", ["Get-ItemPropertyValue", "-Path", "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize", "-Name", "AppsUseLightTheme"], light_theme)
if int(light_theme[0]) == 1:
Globals.LIGHT_THEME = true
else:
Globals.LIGHT_THEME = false
Credits:
Game by RBirb
bdragon1727: Explosion https://bdragon1727.itch.io/free-effect-bullet-impact-explosion-32x32
Godot Engine by Godot Foundation
Published | 2 hours ago |
Status | Released |
Platforms | Windows |
Author | RBirb |
Genre | Action |
Tags | 2D, 4thwallbreak, Boss battle, Godot, Indie, Pixel Art, Singleplayer |
Leave a comment
Log in with itch.io to leave a comment.