https://github.com/jakubriegel/reactive_game_of_life
Reactive game of life implementation using RxJS, Electron and TypeScript. A project for Concurrent Programming course in University
https://github.com/jakubriegel/reactive_game_of_life
electron gameoflife observable reactive-programming rxjs6 typescript
Last synced: 7 months ago
JSON representation
Reactive game of life implementation using RxJS, Electron and TypeScript. A project for Concurrent Programming course in University
- Host: GitHub
- URL: https://github.com/jakubriegel/reactive_game_of_life
- Owner: jakubriegel
- Created: 2019-04-25T19:17:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T18:21:52.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T23:41:53.109Z (9 months ago)
- Topics: electron, gameoflife, observable, reactive-programming, rxjs6, typescript
- Language: TypeScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactive_Game_of_Life
Reactive game of life implementation using RxJS, Electron and TypeScript. A project for Concurrent Programming course in University## Run
`npm install` to install dependencies
`npm start` will build TypeScript and initialize Electron app## How it looks
