This is a place where I test out different things to help me learn programming games from scratch.
If you enjoy programming games by hand be sure to subscribe to my YouTube channel - Handmade Games - to connect. I'd love to hear from you!
odin run main.odin
NUM 1 : Toggle Player 1 NUM 2 : Toggle Player 2 NUM 3 : Toggle Player 3 NUM 4 : Toggle Player 4
C : Toggle Frame Rate Capping
Change this constant to turn vsync on or off to test out movement behavior.
VSYNC_ENABLED :: true
Change this constant to match your own monitor refresh rate or experiment with other frame rates.
TARGET_FRAME_RATE :: 1000/60