rust-gamedev / rust-game-ports

Official host of games ported using Rust game libraries.
Other
122 stars 7 forks source link

Bunner implemented in Macroquad #139

Closed ollej closed 2 years ago

ollej commented 2 years ago

A straight port from PyGame Zero to Macroquad of this infinite frogger like game from the book Code the Classics vol 1.

64kramsystem commented 2 years ago

Hello! Wow, thanks! I'll review this over the next week :smile:

64kramsystem commented 2 years ago

Good job, by the way :smile:

64kramsystem commented 2 years ago

The code looks good. Aside the lint ignore, which is required for merging), the only thing significant is the input (the rest is trivialities, not required for merging); it's not a big deal, but I think having precise input is significant for this type of game.

ollej commented 2 years ago

Thanks for the excellent input. I’ll try to resolve all the issues, but it will probably take me a few days.

64kramsystem commented 2 years ago

Thanks for the excellent input. I’ll try to resolve all the issues, but it will probably take me a few days.

Hello! No rush! I gave a timeline on my own tasks, to let contributors know that I'm making a commitment, but I don't expect the opposite :smile:

ollej commented 2 years ago

Everything should be fixed now.