You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Game of Life [](https://travis-ci.com/hexvalid/game-of-life)
1
+
# Game of Life [](https://travis-ci.com/hexvalid/game-of-life)[](https://www.gnu.org/licenses/gpl-3.0)
2
+
2
3
3
-
[Conway's Game of Life](http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) with with Test Driven Methodology implementation in Go + SDL
4
4
5
-

5
+
[Conway's Game of Life](http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) with with Test Driven Methodology implementation in Go + SDL
6
6
7
7
8
8
## Getting Source
@@ -47,5 +47,10 @@ PASS
47
47
ok github.com/hexvalid/game-of-life
48
48
```
49
49
50
+
_Tested with Go v1.13.5 and SDL2 v2.0.10 on Gentoo Linux (kernel-5.5.2-r1)_
0 commit comments