https://github.com/fsmaxb/evolvio
IDE ready version of evolv.io by youtuber carykh
https://github.com/fsmaxb/evolvio
Last synced: 8 months ago
JSON representation
IDE ready version of evolv.io by youtuber carykh
- Host: GitHub
- URL: https://github.com/fsmaxb/evolvio
- Owner: FSMaxB
- Created: 2021-09-05T15:35:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T07:58:54.000Z (over 4 years ago)
- Last Synced: 2025-07-24T20:59:50.162Z (8 months ago)
- Language: Java
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evolvio
This is evolv.io by carykh (https://www.youtube.com/watch?v=OLnv8QaEDL0), but modified so it can be built and run using maven.
The maven build should allow this to be developed in an IDE.
My intention is to refactor this into a state in which one can work with it.
## Build
`mvn package`
## Run
`mvn exec:java -Dexec.mainClass=io.evolvio.Evolvio`
## Run tests