A downloadable game

This is an arcade-style, bullet-hell game I programmed based off of one concept: the ability to switch between two forms. In this bullet hell game, the main character (portrayed by a red square) is able to change forms with the press of space. This is by no means a perfect version and there are still a few bugs I have yet to fix, which if I end up fixing I would upload. Although the controls are not stated in-game, they will be detailed in this description.

Ground Form (With a speed boost but affected by gravity):

w: jump  ;  a: left  ;  d: right  ;  e: pause  ;  space: switch to fly form


Fly Form (Unaffected by gravity but with a speed reduction):

w: up  ;  a: right  ;  s: down  ;  d: right  ;  e: pause  ;  (to get back to ground form collide with the body you left suspended when you originally shifted)

Download

Download
AAGG.zip 55 MB

Install instructions

You will need to have two things downloaded to play this game: python and pygame.

1) To install python, go https://www.python.org/downloads/ and download the latest version. When downloading, MAKE SURE TO CHECK THE "add to path" button, or the second step won't work.

2) Then, open up command prompt (search command prompt in the bottom left search bar) and execute this command: pip install pygame. 

If everything is done correctly, you should be good to go! Here is a website detailing how to download pygame further if you come across any errors I haven't mentioned: https://www.geeksforgeeks.org/how-to-install-pygame-in-windows/


For any trouble with the downloading itself: after extracting from the compressed folder,  the executable will be inside of the dist folder. Select the english or spanish version to execute and enjoy! :D

Leave a comment

Log in with itch.io to leave a comment.