Skip to content

Maretzky85/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

Build Status Known Vulnerabilities Maintainability

JavaFX Game Of Life implementation (at least in the beginning)

Getting Started

To run this project just clone repository and run mvn package exec:java

Prerequisites

What things you need to install the software and how to install them Ubuntu:

apt-get install maven

Tips for installing Java8 on Ubuntu

Launching

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.

Screenshots

menu screenshot1 screenshot5 screenshot2 screenshot3 screenshot4

Authors

  • Marek Sikora - Making this thing alive - Maretzky85

Acknowledgments

  • 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

About

Game Of life JavaFX implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages