Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jimeh87/game-of-life

Angular 7 / Bootstrap 4 / Canvas implementation of the game of life
https://github.com/jimeh87/game-of-life

angular bootstrap canvas

Last synced: about 14 hours ago
JSON representation

Angular 7 / Bootstrap 4 / Canvas implementation of the game of life

Awesome Lists containing this project

README

        

# Game of Life

The purpose of this project is to allow users to explore the phenomenon of cellular automaton within the bounds of the game of life. The user can experiment with their own creations, view over 1000 previously created templates, and apply different themes to create beautiful life forms.

## Website

[https://gameoflife.xyz](https://gameoflife.xyz)

## Latest updates
* Switched to CircleCI from TravisCI.
* Upgraded the nav menu and colour schemes.
* Upgraded from Angular 6 to Angular 7.
* Updated template search to be faster and more user-friendly.
* Switched to using GitHub pages and started using the domain `gameoflife.xyz`.
* Converted site to PWA!

## Development [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Jimeh87/game-of-life/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Jimeh87/game-of-life/tree/master)
This is a casual project for me. If you feel like contributing send me a message and I will help you get setup.
#### Commands
* `yarn start` - Starts the application locally
* `yarn build` - Builds the application locally
* `yarn grunt:rle` - Parses RLE files