Add package gameoflife (#1057)

This commit is contained in:
jiro 2019-04-13 21:53:49 +09:00 committed by Miran
parent b92b3fee62
commit 5f30a80a00

View File

@ -13096,5 +13096,17 @@
"description": "A library for scientific computations in pure Nim",
"license": "Apache License 2.0",
"web": "https://github.com/ruivieira/nim-science"
},
{
"name": "gameoflife",
"url": "https://github.com/jiro4989/gameoflife",
"method": "git",
"tags": [
"gameoflife",
"library"
],
"description": "gameoflife is library for Game of Life.",
"license": "MIT",
"web": "https://github.com/jiro4989/gameoflife"
}
]