Commit e7702ef8 authored by Matthew Kaufer's avatar Matthew Kaufer

Added Game of Life package

This package lets one simulate the game of life in their open file, where letters represent living spaces.
parent 9bc1115f
...@@ -42,6 +42,17 @@ ...@@ -42,6 +42,17 @@
} }
] ]
}, },
{
"name": "Game of Life",
"details": "https://github.com/mjkaufer/SublimeGameOfLife",
"labels": ["fun", "misc"],
"releases": [
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{ {
"name": "GAMS language", "name": "GAMS language",
"details": "https://github.com/lolow/sublime-gams", "details": "https://github.com/lolow/sublime-gams",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment