Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewrcollins/8-bit-monster-studio

8-Bit Monster Studio: From bits to bestiary, crafting digital beasts with pixel magic.
https://github.com/andrewrcollins/8-bit-monster-studio

8-bit bitmap editor phaser phaserjs retrogaming

Last synced: 30 days ago
JSON representation

8-Bit Monster Studio: From bits to bestiary, crafting digital beasts with pixel magic.

Awesome Lists containing this project

README

        

# 8-Bit Monster Studio

A tiny but powerful editor for monsters.

Used to create 8-bit style graphic elements for games developed with [Phaser](https://phaser.io/).

Inspired by the classic role-playing video game for the TI-99/4A home computer!

---

## TODO

Make a model with a migration

* `Monster` model
* `monsters` table

Make a command

* Extract monster data from game save file
* Output monster data to console
* Save monster data to `monster.json`
* Export bitmaps in `piskel` format

The command starts from an ancient game save file decoder I wrote years ago.

Make a seeder

* Seed `monsters` table from `monster.json`

Make a view

* View a `Monster`

Store bitmaps in `piskel` format

*

Embed bitmap editor

*