https://github.com/dynle/simple-js-game
A simple shooting game
https://github.com/dynle/simple-js-game
Last synced: 9 months ago
JSON representation
A simple shooting game
- Host: GitHub
- URL: https://github.com/dynle/simple-js-game
- Owner: dynle
- Created: 2022-03-03T12:32:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T14:04:40.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T11:15:47.891Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:warning: Files are updated in this repository but repository moved to [here](https://github.com/junseuk/SimpleJSGame/).
# Simple JS Game (Shooting Game)

This project aims to create a simple shooting game that the player controls an automatically attacking character while fighting against enemies chasing your character.
Move your character by WASD on qwerty keyboard, and the position of the mouse determines the direction of the attack. Upgrade your character when you eliminates certain enemies. You can save your score and check ranking.
## Link
https://spaceforce-web.web.app/
## Built with
* HTML
* JavaScript
* CSS
* Firebase
## License
[MIT](https://choosealicense.com/licenses/mit/)