chrismaltby / gb-studio

A quick and easy to use drag and drop retro game creator for your favourite handheld video game system
https://www.gbstudio.dev
MIT License
8.43k stars 467 forks source link

create different game mechanics #383

Open snes16bit opened 4 years ago

snes16bit commented 4 years ago

rpg / platformer / puzzle

blurymind commented 4 years ago

I want to suggest using an event sheet similar to gdevelop/construct in order to implement more flexible visual programming and enable more flexible gameplays. https://editor.gdevelop-app.com/

An extension js API that exposes new game logic to a user friendly event sheet

Gdevelop similar to this engine uses electron+ React+ is open source, so you can look at its code for inspiration. I am one of the contributors to GD, so if you are interested in adding an event sheet I might be able to help

Right now this engine has a very specific game logic that is only suited for rpg style games.Its goal is very narrow and not much can be done to create new game mechanics.