JavaFX Game Of Life implementation (at least in the beginning)
To run this project just clone repository and run mvn package exec:java
What things you need to install the software and how to install them Ubuntu:
apt-get install maven
Tips for installing Java8 on Ubuntu
Launch console, go to the project folder, and type:
mvn package javafx:run
and hit enter
alternatively, you can go for:
mvn package
mvn javafx:run
mvn package must be run only once. mvn exec:java is for starting a built project.
If everything is in order You should see something like :
[INFO] BUILD SUCCESS
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ GameOfLife ---
Gtk-Message: 00:03:24.835: Failed to load module "canberra-gtk-module"
Game Of Life - Starting game...
And then a window should pop up.
- Marek Sikora - Making this thing alive - Maretzky85
- Small homework project that evolved. My playground for learning things like:
- OOP principals
- Programming patterns
- Graphics and scaling
- Math ;)
- Initial project was a homework from CodeCool school for getting to know JavaFX and TDD
- TDD is not here, at that point I fail to understand the purpose of TDD and tests in general.
- Tests will be here if I ever have time to dive in this project again





