1. Maze Day 1: Layout & Controls
1. Maze Day 1: Layout & Controls
Can I make my controls smoother / faster?
Can my sprite respawn?
Coordinates of the stage are:
X: left/right 240 to 240 Y: up/down -180 to 180
Directions: Use arrow keys to navigate. (Spicy)
pseudocode (n): computer instructions, written in plain language
x, y coordinates (n): the horizontal (x) and vertical (y) address of any point on a computer screen
operator (n): Compares values and returns TRUE / FALSE
comparison operators: =, >, ≥ , <, ≤
boolean operators: AND, NOT, OR