ArcaneNibble / tile-coruptor

Rust+WASM reimplementation of Tile Molester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tile Corruptor

Rust+WASM reimplementation of an old ROM hacking tool

How to install

npm install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build

How to run unit tests

# Runs tests in Firefox
npm test -- --firefox

# Runs tests in Chrome
npm test -- --chrome

# Runs tests in Safari
npm test -- --safari

About

Rust+WASM reimplementation of Tile Molester

License:BSD Zero Clause License


Languages

Language:Rust 75.4%Language:JavaScript 16.5%Language:HTML 7.9%Language:SCSS 0.3%