Space game
It's small game that I created as part of my school project. I tried to do it as much realistic as I could, so there is no air friction, no gravity and bullet speed is relative to rocket speed.
Installation
Just run yarn install
in root folder.
Start game in dev mode
Run yarn dev
in game
and api
folder.
Start game in production mode
- Run
yarn build
ingame
. - Run
yarn prod:start
inapi
. - Open
index.html
idgame/dist
.