Skip to content

AlessioCalvagno/conway-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conway-game-of-life

alessio176 implementation 👀

This project is a simple Java implementation of famous Conway's game of life.

The app runs in console, with some fancy details 🎨✨.

Requirements:

  • maven
  • JDK 17 or above

How to run:

  1. Clone or download this repository
  2. Open a new terminal inside root project directory (where there is the pom.xml) and compile with mvn clean package
  3. Launch it either with java -cp target/classes it.conway.App or java -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.

About

Java implementation of Conway's game of life

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages