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.
- Host: GitHub
- URL: https://github.com/supersolik/web-game-js
- Owner: SuperSolik
- License: mit
- Created: 2019-11-09T23:23:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T22:15:45.000Z (over 2 years ago)
- Last Synced: 2025-04-23T08:18:32.009Z (about 1 year ago)
- Topics: game, javascript, javascript-game, pixel-game, sprites
- Language: JavaScript
- Homepage:
- Size: 1.76 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-game-js
JS shoot'em up game made for LETI web programming course.

* 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`