Skip to content

ryankaplan/game-o-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game o' life

See the demo of this here.

This is a Game of Life simulation that runs on the GPU. I borrowed a lot of this from Skeeto's Game of Life implementation. This implementation is written in Skew - I built it to play around with the language and to get a little more familiar with WebGL.

To develop locally:

npm install
python -m SimpleHTTPServer 8000
jake debug

Then visit http://localhost:8000/www/index.html in a web browser. You can also run jake watch to re-compile as you make changes to the source.

About

Game of life implementation on the GPU. Written in Skew.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published