Skip to content

Commit 0b9699d

Browse files
committed
readme updates
1 parent da3b132 commit 0b9699d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

tests/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
testing / tooling framework for TetrisGYM
2+
3+
to see commands;
4+
5+
```bash
6+
cargo run -- --help
7+
```
8+
9+
to verify various behaviour in the game, first build the ROM then run;
10+
11+
```bash
12+
cargo run -- --test
13+
```
14+
15+
uses [rusticnes-core](https://github.com/zeta0134/rusticnes-core)

tools/assemble/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ generated with emscripten
66
emmake make ld65 CC=emcc CFLAGS="-O3 -Wall" -Isrc/common/ LD=emcc OBJDIR="" HOST_OBJEXTENSION=".o" LDFLAGS="-sEXPORTED_RUNTIME_METHODS=FS -s FORCE_FILESYSTEM=1 -lnodefs.js -lnoderawfs.js"
77
```
88

9-
Original source: https://github.com/cc65/cc65
9+
original source: https://github.com/cc65/cc65

0 commit comments

Comments
 (0)