Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdaly committed Feb 5, 2019
1 parent aec712e commit 66d0982
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# game-of-life
Java 8 Game of Life
---
### Assumptions
- Live cells are to be randomly placed initially, not placed by user
- Game must fit within user's screen
- Game may need to be paused/stepped to view evolutions

### Executable
Run *game-of-life.jar* in main directory with JDK8+ installed


*(c) Tom Daly 2018*

0 comments on commit 66d0982

Please sign in to comment.