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

https://github.com/cyjico/firstgame-js


https://github.com/cyjico/firstgame-js

Last synced: 3 months ago
JSON representation

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 |