Skip to content

gmarik/golife.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

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

   #
 # #
  ##

                                    ##
                                    ##




   #                     ###
 # #
  ##                      #
                          #
                          #






                               ###
                                #
                                #




                  # #
                 # # #
                  # #

                  # #
                 # # #
                  # #

About

Run Conway's Game of Life on your source code in Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published