Human Invaders for web is an experimental web game using Three.js.
Press here to play the game (In progress)
Clone this project and perform the below commands:
npm i
npm start
It is available in any moder browser via the url http://localhost:3000
Run the below command to build the docker image
docker build -t game/human-invaders .
In the sequence, run this command to start the container
docker run -p 80:80 game/human-invaders
It is available in any moder browser via the url http://localhost