Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jimeh87/game-of-life
- Owner: Jimeh87
- Created: 2017-06-06T05:59:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T15:02:39.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T23:54:46.883Z (7 months ago)
- Topics: angular, bootstrap, canvas
- Language: TypeScript
- Homepage: https://gameoflife.xyz
- Size: 6.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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