Skip to content

Commit 9502986

Browse files
committed
Update
1 parent 12b01a3 commit 9502986

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
[Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life), done in [ChaiLove](https://github.com/libretro/libretro-chailove).
44

55
![Screenshot](screenshot.png)
6+
7+
## License
8+
9+
[MIT](LICENSE)

main.chai

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ global gameTickTime = gameTick
77
def conf(t) {
88
t.window.width = blockSize * boardSize
99
t.window.height = blockSize * boardSize
10-
t.version = "0.17.0"
10+
t.version = "2.0.0"
1111
t.console = true
1212
}
1313

0 commit comments

Comments
 (0)