Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qix-/nesmap
Universal NES Map editor
https://github.com/qix-/nesmap
Last synced: 26 days ago
JSON representation
Universal NES Map editor
- Host: GitHub
- URL: https://github.com/qix-/nesmap
- Owner: Qix-
- Created: 2016-01-24T16:34:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T04:17:31.000Z (almost 9 years ago)
- Last Synced: 2024-10-05T13:41:10.911Z (about 2 months ago)
- Language: CoffeeScript
- Size: 182 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NESMAP Editor
![Screenshot](screenshot.png)
> NOTE: This project is written like crap. I just needed it done for a game I'm designing.
This is a "universal" editor for NES tile maps (nametables).
It operates on a JSON file called a `.nesmap` file, which can be converted to whatever binary data you need it in.
It supports 4 banks for CHR swapping (or if you only use one static CHR bank, use `0, 1, 2, 3`).
# Usage
> TODO