-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe Fractionauts #9
Comments
This is what I came up with this morning, I'm not sure this is the right place to put it, I guess we will figure that out along the way. Principle of the gameThe player is presented with 3 fuel tanks containing various amounts of fuel, and a rocket that requires a certain amount of fuel to take off. Menus and screensThere is a main menu (screenshot 1), a screen for the actual game (screenshot 2), and an animation screen that pops up when a rocket is successfully launched (screenshot 3). There is also a help screen (screenshot 4) that helps understanding the principle of the game. |
Player input and GameplayThe player has a cursor that can be seen on screenshot 2 and 4. On the game screen, the player can click on the 3 tanks to empty them and fill the rocket by the same amount. The cursor is not visible during the animation. The player exits the animation by left-clicking. |
A quick note on running. Everything works, but you need to run it with both python2 and pygames for python2 |
quick info Pertinent Links |
This issue will be used to discuss the documentation of Fractionauts, a sugar activity (thus coded in Python) that is to be ported to sugarizer (JavaScript).
The text was updated successfully, but these errors were encountered: