Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 441 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 441 Bytes

Run

 $ git clone [email protected]:dsdenes/gol-react.git
 $ npm i
 $ npm run start

Extra functionalities

  • "Unlimited" canvas size
  • Mouse wheel zoom

Design decisions

  • I decided to implement unlimited canvas size, because without this, the GOL rules couldn't be applied to all cells with the same chance.

Constraints

  • Functionality of keepeng the canvas in the center doesn't work if zoom multiplier is less than 1