Skip to content

Commit a81410e

Browse files
committed
update README.md
1 parent d80b068 commit a81410e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Game of Life [![Build Status](https://travis-ci.com/hexvalid/game-of-life.svg?branch=master)](https://travis-ci.com/hexvalid/game-of-life)
1+
# Game of Life [![Build Status](https://travis-ci.com/hexvalid/game-of-life.svg?branch=master)](https://travis-ci.com/hexvalid/game-of-life) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
2+
23

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
44

5-
![screenshot](.github/screenshot.png)
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
66

77

88
## Getting Source
@@ -47,5 +47,10 @@ PASS
4747
ok github.com/hexvalid/game-of-life
4848
```
4949

50+
_Tested with Go v1.13.5 and SDL2 v2.0.10 on Gentoo Linux (kernel-5.5.2-r1)_
51+
52+
## Screenshot
53+
![screenshot](.github/screenshot.png)
5054

51-
[releases]: https://github.com/hexvalid/game-of-life/releases
55+
## License
56+
GNU General Public License v3.0 - see [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)