15 lines
233 B
Markdown
15 lines
233 B
Markdown
These are my UXN experiments
|
|
|
|
# Dev
|
|
|
|
## Edit file
|
|
|
|
```shell
|
|
$ ../uxn/bin/uxnemu ../left.rom 99_bottles.tal
|
|
```
|
|
|
|
## Step through debugger
|
|
|
|
```shell
|
|
$ echo 99_bottles.rom | entr -r ../uxn/bin/uxnemu ../beetbug.rom ./99_bottles.rom
|
|
```
|