Please enable JavaScript.
Coggle requires JavaScript to display documents.
computer defender - Coggle Diagram
computer defender
functionality
draw(): draws text, animations and graphics to screen
update: manages game state changes and calls helper functions
moveplayer(): animates and moves the player along the screen
create_en(): draws the error messages at random locations
w1(): calls other functions to start the wave by summoning enemies and more
movemon()- move the enemies
stab(): (and variants) animate the main character shooting
user
wasd keys to shoot
arrow keys to move
looses lives when hit by enemies
data
variables
gameover
lives
time
speed
v
lists
monsters
monsters2
bullets