Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer Science Complex Processes Game (Popping balls game (settings? (e…
Computer Science Complex Processes Game
Tennis Game (can build off bouncing ball work)
singleplayer/multiplayer?
an A.I. to bounce the ball?
this sounds to be beyond my abilities - especially if it were to be realistic and miss sometimes
user interactivity
two sets of keys being used for two player
pause/play functionality
bounce functionality
can't bounce off left and right walls as that instead indicates a point
point system
Platformer
2D RPG style?
This could be difficult to do in the given timeframe
Components
Menus (GUI)
Movement
Object interaction
Levels
Pause functionality?
Hangman game
Word database
Checking each letter
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
Input checking (single letter strings only)
Popping balls game
Build off of current work
levels
increasing difficulty e.g. more balls, smaller balls, faster
bounce
speed/movement
GUI
user interactivity
settings?
e.g. ball size and speed changed manually
or you could have 'easy' vs 'hard' modes