An Electron-React Application that provides various image and text editors in order to create an entire game - without writing a single line of code. Maxy's Game Builder is an application designed to work in tandem with Maxy's 2D Game Engine.
- Map Editor
- Tileset Creator
- Pixel Sprite Editor
- Animation Editor
- Save information locally and access in future sessions
- Multiple Project support
- Run Maxy's Game Engine with your created game using the UI.
Currently, there is no build system set up. If you wish to utilize the application, you must clone the repository and run the dev application locally.
After cloning the repo, you can run it locally with
npm install
and
npm run develop