Please enable JavaScript.
Coggle requires JavaScript to display documents.
ASCII Aliens (Functionality (PROCESS: setup game (PROCESS: create a canvas…
ASCII Aliens
Functionality
PROCESS: setup game
PROCESS: create a canvas 800 x 600
PROCESS: create a binary ship
PROCESS: create a random secret symbol
PROCESS: create aliens
PROCESS: game
OUTPUT: Introduce game
OUTPUT: secret code
PROCESS: binary ship
PROCESS: ASCII Aliens
PROCESS: binarybullets
USER(player)
Is presented with a secret code at the start of the game
Uses an ASCII table to convert each letter in secret code to a BIT
Fires the correct binary bullet at ASCII Alien
Will get a score and time taken
DATA
Binary Ship
Shape
Position X
Colour
Ship direction
ASCII Aliens
Colour
Shape
Position X and Y
Alien direction
Bit Value
Binary Bullets
Shape
Colour
Position X and Y
Bit value
Collision
Game
Store secret symbol
Store ship instance
Store many Alien instances
Store binary bullet instances