Space Invaders emulation in Clojure.
To play the game, clone this repository and do:
lein run
c insert coin
1 1 player game start
2 2 player game start (2 or more coins required)
space player 1 shoot
left player 1 move left
right player 1 move right
. player 2 shoot
a player 2 move left
d player 2 move right
Copyright © 2018-2020 Matt Grimm
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
- This project owes a lot to Emulator 101 for inspiration and guidance.