k210-sdk-stuff/rust/game-of-life
Wladimir J. van der Laan d07fd84160 Unify license and CoC
No need to have a zillion copies of these in the repository. Also remove
references to RISC-V team.
2019-05-20 15:59:28 +02:00
..
.cargo rust: Add game-of-life 2019-05-13 19:57:59 +00:00
src rust: LCD x/y y/x orientation 2019-05-18 19:51:24 +00:00
.gitignore rust: Add game-of-life 2019-05-13 19:57:59 +00:00
Cargo.toml rust/k210-shared: More helpful panic handler 2019-05-15 08:14:49 +00:00
gdb_init rust: Add game-of-life 2019-05-13 19:57:59 +00:00
gen-block-sprite.py rust: enum for I/O pin definitions 2019-05-14 11:30:22 +00:00
openocd.cfg rust: Add game-of-life 2019-05-13 19:57:59 +00:00
README.md Unify license and CoC 2019-05-20 15:59:28 +02:00

game-of-life

"Game of life" cellular automata simulation. The state can be manipulated through the touch screen. The amount of pressure applied determines the radius of the state change.