No description
- Rust 100%
| media | add readme | |
| src | fin | |
| .gitignore | initial commit | |
| Cargo.lock | basic drawing logic | |
| Cargo.toml | basic drawing logic | |
| README.md | add controls | |
Patterns
A recreational programming project to create an application similar to the "Patterns" game on the RCA Studio 2.
This project is written in rust using the egor graphics crate.
Demo
Usage
cargo run
Click and drag to create a pattern. Press P to play/pause. Press + to increase speed, - to decrease speed, and 0 to reset speed. c clears the board.