Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethahealy/game-of-life
[NEEDS UPDATE] Game Of Life
https://github.com/garethahealy/game-of-life
conway-game game-of-life java
Last synced: 20 days ago
JSON representation
[NEEDS UPDATE] Game Of Life
- Host: GitHub
- URL: https://github.com/garethahealy/game-of-life
- Owner: garethahealy
- License: apache-2.0
- Created: 2015-03-31T17:03:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T08:14:12.000Z (over 6 years ago)
- Last Synced: 2024-12-06T21:28:57.763Z (about 1 month ago)
- Topics: conway-game, game-of-life, java
- Language: Java
- Homepage: http://en.wikipedia.org/wiki/Conway's_Game_of_Life
- Size: 3.56 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/garethahealy/game-of-life.svg)](https://travis-ci.org/garethahealy/game-of-life)
[![License](https://img.shields.io/hexpm/l/plug.svg?maxAge=2592000)]()# game-of-life
- http://en.wikipedia.org/wiki/Conway's_Game_of_Life
- http://trillions.maya.com/game_of_life/## Tech
### Web
- https://projects.spring.io/spring-boot
- https://www.patternfly.org
- https://github.com/jchavannes/jquery-timer
- https://jquery.com### Package Management
- https://www.npmjs.com
- http://www.bower.io## Useful links
- https://spring.io/guides/gs/spring-boot/
- http://docs.spring.io/spring-boot/docs/1.3.1.RELEASE/reference/htmlsingle/#getting-started-installing-the-cli## Build
- mvn clean install### Spring Boot
#### Build for Spring Boot
- cd frontend && mvn package -Pspringboot#### Run with Spring Boot
- cd frontend && mvn spring-boot:run### Build for EAP
- cd frontend && mvn package -Peap## URLS
- http://localhost:8080/
- http://localhost:8080/reset
- http://localhost:8080/tick## TODO
- http://d3js.org
- draw a "board" via d3 and different colours for alive/dead cells
- add unit tests via arquillian for BRMS