ikarth / game-boy-rom-generator

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

Combat System #82

Open 22aronl opened 4 years ago

ikarth commented 4 years ago

One place to start with this is to build a combat system in GB Studio #98 before we try to implement it in Python.

Though the advantage of using the Python generation is that once we have the basic design, we can write code to automate the tedious parts of setting it up, allowing us to implement a more complex and robust system than if we had to build it by hand.