My First Capstone Project
- Program that simulates a game with a prize and enemies
- Helps with task management!
- This is achieved in any of the following ways
- register new users
- add new tasks
- view all tasks
- view individual tasks
- view statistics
- generate reports
In a basic summary, the program works by:
- Having a player, enemies and a prize.
Like any game, the objective is to reach a prize at the end of a section. This is done all while avoiding a number of enemies who attack from various directions. If the enemy makes contact with your player, the game ends and you lose. If you reach your target without any contact with the enemy, you win and the game ends,
- Python
- Pygame
- IDLE
- Notepad
- Notepad++
Open up a workspace in and IDE, I used VSCode, and import all the src files and press run.