Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haroldo-ok/retro-game-editor
An editor for making games for retro platforms
https://github.com/haroldo-ok/retro-game-editor
assembly game-development javascript map-editor sega-master-system tile-editor z80
Last synced: 2 months ago
JSON representation
An editor for making games for retro platforms
- Host: GitHub
- URL: https://github.com/haroldo-ok/retro-game-editor
- Owner: haroldo-ok
- License: other
- Created: 2015-01-02T01:22:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T22:35:03.000Z (over 7 years ago)
- Last Synced: 2023-03-22T19:21:54.305Z (almost 2 years ago)
- Topics: assembly, game-development, javascript, map-editor, sega-master-system, tile-editor, z80
- Language: HTML
- Size: 14.1 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Retro Game Editor
An editor for making games for retro platforms with little to no programming knowledge.
*Work in progress*
## Online demo
http://rge.haroldo-ok.com/app/
## Tools used
* [Jannone's Tiny Sprite](http://sourceforge.net/projects/tinysprite/): Nice web-based sprite editor, originally designed for MSX.
* [Nikky's Tiny Map Editor](https://github.com/nikki/tinyMapEditor/): Pretty basic map editor. With some modifications, it will do the job nicely.
* [Jannone's bitz80](https://github.com/jannone/msx-bitz80): a Z80 assembler made in JavaScript; will be used to assemble the ROMs
* [Guillaume Marty's jsSMS](https://github.com/gmarty/jsSMS): A very good SMS emulator made in JavaScript