Skip to content

Survive by Traveling Through the John Conway's Game of Life Minefield

Notifications You must be signed in to change notification settings

ncblair/gameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

gameOfLife

Rules:


The Game of Life is a single player mini-game where the player must avoid red nodes that are being spawned in according to the laws of John Conway's Game of Life. The Goal of the game is to get to a gold square, which will increase the players score. Move with arrow keys, start with spacebar, have fun :).

Currently Working On...


  • Get High Score Running, Efficiency Improvements, Loading Screen.
  • Bug Fixes.
  • Use classes as defined in ES2015
  • Integrate BabelJs for browser compatibility

Future Improvements

  • Program AI
    • Add Player VS. Computer mode
  • Add Music
  • Add Achievements/Customizable player
  • Add Konami Code Easter Egg
  • Add Mobile Support

Acknowledgements