An open API service indexing awesome lists of open source software.

https://github.com/supersolik/web-game-js

JavaScript shoot'em up game made for LETI web programming course.
https://github.com/supersolik/web-game-js

game javascript javascript-game pixel-game sprites

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# web-game-js
JS shoot'em up game made for LETI web programming course.
![game](https://user-images.githubusercontent.com/31539612/74675270-3e5ddc80-51c4-11ea-8dce-8b1884649ee2.gif)
* 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`