Looking good! Theres so many talented people I see from this year submission. I just wish i knew about opengl restrictions earlier so that i couldve prepared for the challenge properly haha
@@ClutchRson Dang I was watching without sound last time but I just realize you used aesperite to create txt file and parse it right? Thats so neat workflow. I feel like an idiot because I basically created Giant 2D array and manually wrote 0~9 to emulate the map Haha.
Nice job man. I forgot the part that in actual golf you have to wait for the ball to stop before you can shoot again.😅 In the video, you mentioned that Visual Studio is remembering the files that you deleted. You can look for the files with extension ".vcxproj" and ".vcxproj.filters". Removing the lines that mention the deleted files should do the trick. Anyway just a little tip there
🔥🔥🔥 Great job man, they better still consider your game for the competition!
Can't wait for what you're gonna make next year.
Looking good! Theres so many talented people I see from this year submission. I just wish i knew about opengl restrictions earlier so that i couldve prepared for the challenge properly haha
@@gameDev_Pat thank you! I got pre lucky I knew someone who took it last year and they told me you can’t. But hey there’s always next year 💪
@@ClutchRson Dang I was watching without sound last time but I just realize you used aesperite to create txt file and parse it right? Thats so neat workflow. I feel like an idiot because I basically created Giant 2D array and manually wrote 0~9 to emulate the map Haha.
@@gameDev_Pat I am guilty for doing that too. lol. It seems so obvious now that something like the aesprite should exist.
Now add 1000 concurrent players.
Nice job man. I forgot the part that in actual golf you have to wait for the ball to stop before you can shoot again.😅
In the video, you mentioned that Visual Studio is remembering the files that you deleted. You can look for the files with extension ".vcxproj" and ".vcxproj.filters". Removing the lines that mention the deleted files should do the trick. Anyway just a little tip there
Thank you for this tip, this will definitely save me so much time in the future!