This project is a simple Java implementation of famous Conway's game of life.
The app runs in console, with some fancy details 🎨✨.
- maven
- JDK 17 or above
- Clone or download this repository
- Open a new terminal inside root project directory (where there is the pom.xml) and compile with
mvn clean package
- Launch it either with
java -cp target/classes it.conway.App
orjava -jar target/life-1.0.jar
Feel free to report issues, contrtibutions are welcomed 😌
This project is licensed under the terms of the Apache-2.0 license.