https://github.com/alienobserver/game_of_life
Game Of Life: a simple javascript game
https://github.com/alienobserver/game_of_life
canvas-game css3 game game-of-life html5 javascript nodejs socket-io
Last synced: 4 months ago
JSON representation
Game Of Life: a simple javascript game
- Host: GitHub
- URL: https://github.com/alienobserver/game_of_life
- Owner: alienobserver
- Created: 2020-01-15T12:22:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T02:54:02.000Z (over 1 year ago)
- Last Synced: 2025-04-28T14:14:39.170Z (about 1 year ago)
- Topics: canvas-game, css3, game, game-of-life, html5, javascript, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 15.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Of Life
This is an canvas game created with javascript and it has 6 characters **grasses**, **grasseaters**, **predators**, **predatoreaters**, **bombs** and **the persongenerator**. We can **add them**, **delete them**, **change weather** and get **statistics about our characters**. It has 4 types of weather **winter**, **spring**, **summer**, **autumn**.
Run this to install node packages
```sh
cd Game_Of_Life
npm i
```
Run this to start the application
```sh
node index.js
```
Open **http://localhost:3000/** To open the app
Screenshot from the app
