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?
- Host: GitHub
- URL: https://github.com/jrquick17/java-life
- Owner: jrquick17
- License: gpl-3.0
- Created: 2016-03-27T02:43:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T18:37:26.000Z (about 7 years ago)
- Last Synced: 2025-04-03T16:52:19.975Z (about 1 year ago)
- Topics: conways-game-of-life, java
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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