Proto Asteroids (MonoGame)
A downloadable game for Windows, macOS, and Linux
Description
This is my first game to be released to the world, quite simple prototype to check MonoGame framework, its capabilities, and development styles.
The game itself is just a clone of legend Asteroids game but with tiny twicks here and there
Goals
Simple enough - survive as long as its possible! And share your score with friends... why is the best?
Controls
Keyboard
W - to accelerate
A/D - to rotate
Space - to shoot
XBox Controller
Right Trigger - to accelerate
Left Stick/D-Pad - to rotate
A - to shoot
Status | Prototype |
Platforms | Windows, macOS, Linux |
Author | Rorck |
Genre | Shooter |
Made with | Aseprite, MonoGame, Paint.net |
Tags | 2D, Asteroids, monogame, Pixel Art, proto, Prototype, Shoot 'Em Up, Short, Space, Top-Down |
Code license | MIT License |
Asset license | Creative Commons Attribution v4.0 International |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Xbox controller |
Comments
Log in with itch.io to leave a comment.
What do you think of changing the controls to a more modern schema where the left stick is responsible for the movement (direction and speed), and the right stick is in control of the shooting and its direction?
A (maybe weird) example would be Children of Morta where no left stick input - no movement, slight tilt - slow motion, full tilt - full speed; and when you tilt the right stick - the character just starts swinging/shooting their weapon in that direction.
IMO, this would make the game more agile and at the same time, thanks to a control schema to which people are arguably more used to, make each match longer and hence let people spend more time in-game.
I’m not sure though how to adapt this schema to keyboard.
Hello Roxton, thank you for the feedback. Indeed better controls are necessary for this game, this is just a small prototype to try myself in game dev and to try MonoGame framework so I don't want to update this one game but when I manage to choose my engine/framework I will deffenetly try out your suggestions.