Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 559 Bytes

Shoot'em Up

I'm trying to make a simple Shoot'em Up in a functional programing way.

To test it :

git clone https://github.com/bcolucci/shoot-em-up.git \
  && cd shoot-em-up \
  && npm i \
  && bower i
  && npm start

google-chrome http://localhost:3000/

Commands

  • Escape Pause
  • Space Fire
  • Left/Right Arrow Go left/right

Others

alt Screenshot