Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

65 lines (33 loc) · 1.49 KB

About

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.

Instructions

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:

Game of Life running in Vim

PS: it was jsut a quick hack

Couple figures

   #
 # #
  ##

                                    ##
                                    ##




   #                     ###
 # #
  ##                      #
                          #
                          #






                               ###
                                #
                                #




                  # #
                 # # #
                  # #

                  # #
                 # # #
                  # #