Monomaniac
A downloadable masterpiece for Windows
A game made for the June 2021 GMTK GameJam, the theme being Joined Together. Difficult but fun, Monomaniac is a fast paced enemy grinder, which requires skill and tactics to master. You pilot two balls... Your task? You have to fight off filthy squares, some fast and some slow.
WASD - To Move
Space - To Switch control
| Status | Released |
| Platforms | Windows |
| Author | Dom.HTM |
| Genre | Action |
| Made with | Unity |
| Tags | 2D, Game Maker's Toolkit Jam, Singleplayer |
| Average session | A few minutes |
| Languages | English |
| Inputs | Keyboard |
Download
Download
Monomaniac.zip 25 MB
Install instructions
Just download and unzip where you want



Comments
Log in with itch.io to leave a comment.
i found a spot where if i just move left and right, i could kill everything at max efficiently and never get hurt
I've fixed it now, I was a bit lazy before and just had static spawn points for each enemy variant. Now thanks to you, (seriously tho, thanks) i've fixed it.
What I do now is generate a vector3 from a random range of - 40 to 40 and then randomly pick a an enemy to spawn with different weights, of course.
Thanks again =)