i’m working on a racing game called “race to the summit” in pygame.
the objective is, basically, to reach the summit. the game takes you along a long winding path throughout mountains and three different seasons. i’m still working on the artwork so there’s an ai generated placeholder there for now.
here are the things I’ve been able to accomplish so far:
- car physics (acceleration, friction, spinning, turning, etc.), however, I can’t seem to gradually slow down the car spinning in circles alone through friction. friction only applies to the car going straight for some reason??
- some camera tracking. when accelerating, the car goes out of frame sometimes…
- game menu, loading screen, and logo!!
- imported most images I will be using including the different colours available in “car design” soon
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.