Skip to content

Commit

Permalink
fix(project): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarchevskyi committed Oct 17, 2024
1 parent 65acf50 commit 902eebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.vscode/*
vendor
vendor/*
.phpunit.result.cache
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Conway's game of Life
# Different life simulations

### Conway's game of Life
### Forest game

## How to launch?
Minimal version of php is `>=8.3` for this project.
Expand All @@ -16,4 +19,4 @@ Minimal version of php is `>=8.3` for this project.
- [x] Extend game by creating other fields and cells
- [x] Improve validation
- [ ] Add custom rules for Conway's game (random life, for example)
- [ ] Write tests
- [x] Write tests

0 comments on commit 902eebb

Please sign in to comment.