Skip to content

A NodeJS/Angular2+ implementation of Conway's game of life

Notifications You must be signed in to change notification settings

francesco-gallo/dahl-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dahl's Game of Life

This is a NodeJS (backend) and Angular2+ (frontend, with PrimeNG UI framework) implementation of Conway's Game of Life.

Installation

Run in Backend folder npm install.
Run in Frontend folder npm install.

Configuration

Frontend's only meaningful configuration is the backend's endpoint, in src/environments. By default, it's http://localhost:3000.
You can also configure the initial size of the grid.

Run

Run in Backend folder npm start.
Run in Frontend folder ng serve.
Point your browser to http://localhost:4200

Test

You can run backend's test with npm test in Backend folder.

About

A NodeJS/Angular2+ implementation of Conway's game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published