During #coderetreat winnipeg we were doing TDD for Conway's Game of Life
Having accomplished TDD sessions we had to hack working version. That's how Ruby version was born
Some folks were cool enough make it run in Browser using WebGL.
That lead to creation of Vim's version.
if you're a Vundle
user
- run
:BundleInstall gmarik/golife.vim
- open a file, ie
:e ~/.vim/bundle/golife.vim/plugin/golife.vim
- run
:GoLife
The Game of Life will run on the golife.vim
itself, and you'll see something like this:
PS: it was jsut a quick hack
#
# #
##
##
##
# ###
# #
## #
#
#
###
#
#
# #
# # #
# #
# #
# # #
# #