Computer Science Complex Processes Game
Tennis Game (can build off bouncing ball work)
Platformer
2D RPG style?
This could be difficult to do in the given timeframe
Hangman game
Components
Menus (GUI)
Movement
Object interaction
Levels
Pause functionality?
Word database
Checking each letter
Input checking (single letter strings only)
singleplayer/multiplayer?
an A.I. to bounce the ball?
user interactivity
two sets of keys being used for two player
pause/play functionality
would need to be individual strings to check
also need functionality to check the whole word
so two variables would be needed - the entire form of the word that the user can check, and the individual letters that form it which can individually be shown
this sounds to be beyond my abilities - especially if it were to be realistic and miss sometimes
bounce functionality
can't bounce off left and right walls as that instead indicates a point
point system
Popping balls game
Build off of current work
levels
bounce
speed/movement
GUI
user interactivity
settings?
e.g. ball size and speed changed manually
or you could have 'easy' vs 'hard' modes
increasing difficulty e.g. more balls, smaller balls, faster