# gameOfLife **Repository Path**: ygsz_yu/gameOfLife ## Basic Information - **Project Name**: gameOfLife - **Description**: game of life using Javascript and canvas. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-01 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gameOfLife The game of life, using Javascript and canvas. # How to play The game will initializes random board, and run game of life until it's stable. You can play it by: * the right mouse button will pause/run the game. * the middle mouse button will clear all ceils. * the left mouse button will put/kill a ceil, you had better do it before the game being paused. # ScreenShot ![Screenshot](Screenshot.png)