Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.29 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.29 KB

game-of-life

============================

Welcome to Conway's Game of Life! This popular game was written in JavaScript using HTML and CSS. Tested and developed in Google Chrome only so far. Also usable for smartphone, but not possible to optimize because of a static game-grid.

Game description

Getting started

  • Clone this repository
  • Open the index.html in your Browser
  • Enjoy gaming

Settings

No settings to do, all settings can be done by the user. WARNING: Do not increase the maximum grid size of 50 x 50 fields. This may could make the game real slow.

Language

German

Features

  • Variable game speed (0.5 FPS to 10 FPS)
  • Variable grid size (10x10 to 50x50)
  • Configuration informations (static, oscillators, space ships)
  • List of game rules
  • Draggable game field
  • Clear actual field
  • Play / Pause game
  • Show next step of current game status
  • Actual data display (speed, size, generation)

Usage examples

Check out my live version for getting a first impression.

Licensing

game-of-life is licensed under the MIT license