Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 325 Bytes

uxnts

how to use

dependencies: Typescript, node

how to build:

npm run build

how to load a ROM:

node read-rom.js examples/myrom.rom

This will generate an output.js file with ROM bytes converted to JS

how to run uxnts: with built project and loaded rom you can open open index.html in a web browser