mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Add console tetris demo
This commit is contained in:
parent
cd95e63af5
commit
c0711213ae
9 changed files with 261 additions and 0 deletions
|
|
@ -25,11 +25,13 @@ Although based on a fully fledged CPU emulator, uvm32 is intended for executing
|
|||
* [apps/sketch](apps/sketch) C Arduino/Wiring/Processing type program in `setup()` and `loop()` style
|
||||
* [apps/rust-hello](apps/rust-hello) Rust hello world program (note, the version of rust installed by brew on mac has issues, use the official rust installer from https://rust-lang.org/learn/get-started/)
|
||||
* [apps/zig-mandel](apps/zig-mandel) Zig ASCII mandelbrot generator program
|
||||
* [apps/zigtris](apps/zigtris) Zig Tetris (https://github.com/ringtailsoftware/zigtris) WASD+space to play
|
||||
|
||||
## Quickstart
|
||||
|
||||
make
|
||||
host/host precompiled/mandel.bin
|
||||
host/host precompiled/zigtris.bin
|
||||
|
||||
Build one of the sample apps (requires docker for C, or Zig, or Rust)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue