Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratishtha-abrol/space-shooter
a simple 2D game in JS using sprites
https://github.com/pratishtha-abrol/space-shooter
2d-game computer-graphics webgl
Last synced: 4 days ago
JSON representation
a simple 2D game in JS using sprites
- Host: GitHub
- URL: https://github.com/pratishtha-abrol/space-shooter
- Owner: pratishtha-abrol
- Created: 2021-04-27T11:12:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T07:27:47.000Z (almost 4 years ago)
- Last Synced: 2024-12-12T01:31:57.254Z (about 2 months ago)
- Topics: 2d-game, computer-graphics, webgl
- Language: JavaScript
- Homepage:
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# space-shooter
This is a 2D game made in JS using sprites.
### to run
Just open index.html in a browser and have fun!### controls
- W: move up
- S: move down
- A: move left
- D: move right