Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sun0fabeach/evolutroniclife
Simple and useless critter simulation
https://github.com/sun0fabeach/evolutroniclife
Last synced: about 1 month ago
JSON representation
Simple and useless critter simulation
- Host: GitHub
- URL: https://github.com/sun0fabeach/evolutroniclife
- Owner: Sun0fABeach
- License: mit
- Created: 2017-05-05T17:49:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T12:53:28.000Z (3 months ago)
- Last Synced: 2024-09-17T16:05:51.653Z (3 months ago)
- Language: JavaScript
- Size: 1.39 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Evolutronic Life
#### Simple and useless critter simulation.
## [Play](https://evolutronic-life.netlify.app/)
## Project setup
```
npm install
```### Compile and hot-reload for development
```
npm run dev
```### Compile and minify for production
```
npm run build
```### Serve production build
```
npm run serve
```