We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3b132 commit 0b9699dCopy full SHA for 0b9699d
tests/README.md
@@ -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
12
+cargo run -- --test
13
14
15
+uses [rusticnes-core](https://github.com/zeta0134/rusticnes-core)
tools/assemble/README.md
@@ -6,4 +6,4 @@ generated with emscripten
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"
```
-Original source: https://github.com/cc65/cc65
+original source: https://github.com/cc65/cc65
0 commit comments