city41 / rotary-bobble

Puzzle Bobble with rotary controls
https://rotary-bobble.mattgreer.dev/
GNU General Public License v3.0
2 stars 0 forks source link

Two player support #1

Closed city41 closed 7 months ago

city41 commented 7 months ago

The original input routines were generalized for p1 and p2, so generalizing the rotary routines should be equally simple. Based on which addresses the game passes, it should be possible to determine if the call was for p1 or p2, and set the values in the proper place in memory accordingly. Oh and read p1 or p2 control inputs too.

city41 commented 7 months ago

Now that single player mode works for both p1 and p2, versus mode also works