Graphical tool for coding


Graphical Tool for coding

 

As we coded for the game, we realized that writing the code in 6502 assembly language is quite a difficult task. While coding, I found that there were some tasks which were done again and again. Hence, we can have a library in which these common tasks are defined and we can directly call them in our code.

 

Also, nowadays many softwares have a code builder using GUI. Hence, to easily code, we can build some GUI for coding. Like, we have a block for walking or flying and we just initialize the block with sprite addresses. Something like Scratch. 

 

Doing this will lead to an ease in coding and people who don't have prior exposure in coding/understanding architecture can easily make new games. 

 

This also can be extended for composing music using icons and buttons instead of writing the values in famitracker.

 

Darsh Shah