Gevolution
Evolution like three.js based game
Demo
You can see the progression of the game in the following page.
Note: Demo is not up to date with the code
Installation
git clone git@github.com:bernatixer/Gevolution
npm i
Usage
Development server
npm start
You can view the development server at localhost:3000
.
Production build
npm run build
Note: Install http-server globally to deploy a simple server.
npm i -g http-server
You can view the deploy by creating a server in dist
.
cd dist && http-server
Author
License
This project is open source and available under the MIT License.