Written in JavaScript using the HTML canvas and the requestAnimationFrame method. Works best in Chrome or Firefox.
- Gamecanvas: Can be started and stopped with space bar
- Player: Can move left or right with < > keys
- Opponent Ufos: 9 Colums x 4 Rows of opponents that bounce back and forth horizontally and move down vertically. If opponents collide with player, the game is over. It can be restarted with a window refresh.
- index.html: HTML template