Byte-Sized-Games / logJam

Arcade-style rhythmic puzzle game inspired by Canadian folklore (that one cartoon)
GNU General Public License v3.0
2 stars 1 forks source link

get raylib to render something #2

Closed phynxinferno closed 1 month ago

mdwmage commented 1 month ago

I have a basic working render on my end currently. It can't do inputs, but it manages stages (scenes & game state) through an enum and switch statement in the main function. I'll either commit or send a pull request in a bit to finalize basic rendering. Input won't be a guarantee though, and will probably be a separate issue

phynxinferno commented 1 month ago

raylib is rendering something. thanks michael :3

mdwmage commented 1 month ago

sorry to comment on a closed issue, but I just wanted to note that raylib is now rendering something slightly more meaningful