ikarth / game-boy-rom-generator

Game Boy ROM Generator
MIT License
7 stars 0 forks source link

Implement a combat system in GB Studio #98

Open ikarth opened 3 years ago

ikarth commented 3 years ago

In order to include an RPG combat system in the generator, we'll have to design one. Implementing it in GB Studio before translating it into Python code is a good strategy for figuring it out.

Some paper prototyping of the design first might also be a good idea.

ikarth commented 3 years ago

Precursor to #82

ikarth commented 3 years ago

There are some existing GB Studio combat implementations out there, and studying how they work will make it easier for us to figure out how to make our own.

Some sources: