-
```
=== RUN TestAlive
File 512x512 input done!
starting controller listening
Successfully connected to broker
Alive Cells 6830
Alive Cells 6520
Alive Cells 6726
Alive Cells 6767
Alive Cells…
-
最後的 production code 挺簡潔的,但並沒有按照 homework 的規範,一次只針對一個測試案例,用最少的程式碼「剛好」地通過測試案例,一行多的程式都不寫。
當然有可能是因為 homework 的需求太簡單,所以可以一步到位。
或許你可以拿一下 [GameOfLife](https://zh.wikipedia.org/zh-tw/%E5%BA%B7%E5%A8%81%…
-
I get this error when trying to build the example
-
Add a library to (de)serialize all methods. It should perhaps be done in a seperate project so it can be used again in the javascript library.
Some resources:
* https://github.com/EOSIO/eos/blob/m…
-
Description:
The current implementation of Conway's Game of Life in gameoflife.py is incomplete and does not correctly simulate the game.
Details:
The next_generation function is incomplete. …
-
Colors would be nice, with the colors representative of time spent alive, similar to the [1D game of life light show](http://jsbin.com/rihot/9/edit?html,js,output) written for the University of Michig…
-
Add support for serialisation: writing the current state to a file.
To make this more convenient, perhaps a pause function (key P?) can be added.
- [x] Redesign parsing/serialising structure: `tra…
-
-
### 🎮 feature Request
Every game must has a about section in which it has a description about the game or a brief summary on how to play the game, what the game is about and how many modes or levels …
-
std::vector matrixSteps might throw an exception is case the state of SimMatrix cannot be pushed back to the vector because of the lack of memory remaining that can be allocated.
try..catch could b…