Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 437 Bytes

web-game-js

JS shoot'em up game made for LETI web programming course.
game

  • move on WASD
  • shoot on left mouse click
  • no hp, 1 hit for kill, whether it's a player or enemy
  • 2 levels

Dependencies:

npm

Setup:

npm install
npm run build
npm start

Game would be available at localhost:3000