Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alienobserver/game_of_life
- Owner: alienobserver
- Created: 2020-01-15T12:22:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T12:10:34.000Z (2 months ago)
- Last Synced: 2024-11-30T13:18:50.782Z (2 months ago)
- Topics: canvas-game, css3, game, game-of-life, html5, javascript, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 15.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
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
![Screenshot (151)](https://user-images.githubusercontent.com/59918929/117582390-d53cee80-b112-11eb-9b3d-a64c37b7acd9.png)