Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
pineman committed May 20, 2024
1 parent 11c6d31 commit f57668c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/target
.idea
.vscode/
.zed
roms
TODO.md
.fpt_debug_history
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Natively:
`cargo run -p fpt-egui`

WASM:

```
rustup target add wasm32-unknown-unknown
cargo install trunk
Expand Down Expand Up @@ -43,6 +44,7 @@ RUSTFLAGS='--cfg=web_sys_unstable_apis' trunk serve
([Part 1](https://www.youtube.com/watch?v=RZUDEaLa5Nw),
[Part 1.5](https://www.youtube.com/watch?v=t0V-D2YMhrs),
[Part 2](https://www.youtube.com/watch?v=ecTQVa42sJc))
- [Tetris disassembly](https://github.com/alexsteb/tetris_disassembly/blob/master/main.asm)

## Resources

Expand Down

0 comments on commit f57668c

Please sign in to comment.