https://github.com/cyjico/firstgame-js
https://github.com/cyjico/firstgame-js
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyjico/firstgame-js
- Owner: cyjico
- Created: 2024-11-11T06:14:48.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-16T12:49:29.000Z (7 months ago)
- Last Synced: 2025-01-24T04:51:47.346Z (5 months ago)
- Language: JavaScript
- Homepage: https://cyjico.github.io/firstgame-js/
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firstgame.js
Recreation of my first game and first project. I took some parts from my (now privated) ECS game engine.
> Though, I plan to remake that game engine and add some performance enhancements (AABB trees, maybe?).
## Controls
| Key | Function |
| :-- | :----------- |
| W | Forward |
| A | Rotate Left |
| S | Backward |
| D | Rotate Right |
| LMB | Shoot |