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

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

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
![image (2)](https://user-images.githubusercontent.com/19464921/67478340-1f0ed280-f65c-11e9-96d7-6fb70111f7b5.png)