Skip to content

CodeHipster/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

############## #Game of Life# ##############

Goal: being able to draw pixels and start the game of life logic.

Project is purely front-end.

Working with:

  • requirejs
  • html5 canvas
  • coffee-script (Spare your fingers by writing less ;-P )
  • gulp (to watch and compile coffee-script. I know I can just use the coffee command, but wanted to try gulp.)
  • node/npm (To manage packages for gulp scripts.)

Project structure:

  • root: project related files
    • git/node modules/gulp script/npm package.json
  • ./game of life
    • source code for the webpage

First time setup:

Run the project / start coding:

  • open terminal/console
  • change directory to project root
  • type npm start or gulp

About

another fun project :D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published