Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zcaudate/legacy.tui-game-of-life

Conway's Game of Life for React Blessed
https://github.com/zcaudate/legacy.tui-game-of-life

Last synced: 30 days ago
JSON representation

Conway's Game of Life for React Blessed

Awesome Lists containing this project

README

        

# Tui Game of Life

Conway's Game of Life for React Blessed. There is a bug somewhere in
when resolving async calls but button presses work as expected.

![](https://user-images.githubusercontent.com/1455572/104456690-02094b00-55e4-11eb-8ab0-37ab4f0cf388.png)

### Dev

``` shell
make dev
#+END_MSRC

*** Package

#+BEGIN_SRC shell :results output silent :cache no :eval no
make package
```