An open API service indexing awesome lists of open source software.

https://github.com/jrquick17/java-life

Java program which allows you to simulate Conway's Game of Life. Will your species stabilize or go extinct?
https://github.com/jrquick17/java-life

conways-game-of-life java

Last synced: 10 months ago
JSON representation

Java program which allows you to simulate Conway's Game of Life. Will your species stabilize or go extinct?

Awesome Lists containing this project

README

          

# java-life

## Index ##

* [About](#about)
* [Run](#run)
* [Issues](#issues)
* [Contributing](#contributing)
* [Future Plans](#future-plans)

## About ##

A Java program which allows you to simulate [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). It allows the user to select a grid size, manually "kill" or "birth" cells, step through generation by generation, or just let it run continuously. Will your species stabilize or go extinct?

* An updated version of this written in Angular and Ionic can be [found here](https://github.com/jrquick17/ionic-life).
* Visit [my website](https://jrquick.com) for me cool stuff!

## Run

* Clone the repository

```git clone git@github.com:jrquick17/java-life.git```

* Compile project

```javac src/*.java -d target/```

* Run project

```java -cp target/ Life```

## Contributing ##

To contribute, submit any pull request and I will have look.

## Issues ##

If you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/java-life/issues). If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.

### Thanks ###

* [jrquick17](https://github.com/jrquick17)

## Future Plans

* Run using Java 8
* Burn with fire