- A Python version of colorman dodge (as I didn't finish the game for android) , but only use square, and name it 'Dodge it'.
- Pygame will be use as the graphics.
- User will be able to use 'a' and 'd' OR ← and → to move the user square.
- Need user to move left and right without go off screen, falling items algorithm, start screen, game over screen.
- Extra features (maybe): user will be ask if the want to replay the game, a file that stores users' previous records, can quit the game at anytime, can choose what background music they want.
Friday, 1 March 2019
28/2/2019 - Dodge it planning
Subscribe to:
Posts (Atom)
18/7/2019 - Survive that planning
Planning A top-down shooting game Player use WASD to move Use mouse cursor to aim Mouse left-click to shoot, and right click to throw ...
-
Previous Record Player are able to view all the previous records, by pressing W/S or ↑/↓ to view it. Player are also able to use the ...
-
Already Done Added "Previous Record" and "Exit" on the menu. The menu now can only be control by W/S or ↑/↓ only, no...