Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 24 days ago
JSON representation

Game Of Life: a simple javascript game

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

![Screenshot (151)](https://user-images.githubusercontent.com/59918929/117582390-d53cee80-b112-11eb-9b3d-a64c37b7acd9.png)