On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Does anyone have any tips?

A topic by Yeetus_Codes created 23 days ago Views: 52 Replies: 2
Viewing posts 1 to 3

I am new to coding and I am starting with pygame so any tips that you know will be helpful!

Host

Hi Yeetus_Codes,

Welcome to the world of coding and Pygame! It's great to see new coders diving into game development. Here are a few tips to help you get started:

There are many great tutorials online that can help you get started with Pygame. Check out resources like the official Pygame documentation, YouTube tutorials, and websites like Real Python.

Start with small, manageable projects. Instead of trying to create a complete game right away, focus on creating small components, like moving a character, handling user input, or displaying text.

The Pygame documentation is very detailed and can help you understand how to use the different functions and modules available.

Game development can be challenging, and you might encounter obstacles along the way. Stay patient, keep learning, and don’t give up!

Good luck with your coding journey and have fun creating with Pygame!

Thank you so much!