We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b01a3 commit 9502986Copy full SHA for 9502986
README.md
@@ -3,3 +3,7 @@
3
[Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life), done in [ChaiLove](https://github.com/libretro/libretro-chailove).
4
5

6
+
7
+## License
8
9
+[MIT](LICENSE)
main.chai
@@ -7,7 +7,7 @@ global gameTickTime = gameTick
def conf(t) {
t.window.width = blockSize * boardSize
t.window.height = blockSize * boardSize
10
- t.version = "0.17.0"
+ t.version = "2.0.0"
11
t.console = true
12
}
13
0 commit comments