Skip to content

Murillo/Human-Invaders-Web-Game

Repository files navigation

Human Invaders - Web Game

Human Invaders for web is an experimental web game using Three.js.

Press here to play the game (In progress)

Game demonstration

Status

Build

How to run

Requirements

Local

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

Docker

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