so it's my first time in any game jam and my country has a very slow internet and upload speed never pass 10kb/s what wold i do ?
and how to upload it on time ?
I few recommendations Ill give you since you have slow connection. Some are a general rule of thumb
1. Create controllers that has the basics for each genre of games you plan to make in the future.
for example I have a Game Controllers Project. that has an;
FPS controller - 2 C# scripts, 1 for player movement the other for a parented camera's rotation
Third Person Controller 2 C# script , 1 for player movement the other for camera rotation
Platformer Controller- just one Character controller script
Also create basic mechanics needed such as a simple saving system and an inventory system.
(Disregard this if you already got this down)
Create a private itch.io page that you upload the latest build every day.When you are done with your game you can simply attach the page to the jam submission DONT forget to make you page public this way even if you donnot manage to upload your latest build in time the most recent build will up and running.
I wish you the best of lucks!