Python and Pygame Game Development Tutorial : Connect 4

preview_player
Показать описание
In this Python Game Development and programming tutorial I show how to create the game Connect 4 with Python and Pygame.

The Python code can be downloaded for free from my github page:

I show the algorithms how to add a chip to the connect 4 board, explain the classes that I implemented and also the connect 4 win code.

See my social profiles here

#Python
#Pygame
Комментарии
Автор

Very useful and information-packed tutorial. Exactly what I was looking for.

TheJobCompany
Автор

Hey @Jayanam in 2.8 addon modules, how can we put an integer parameter/property in a panel? Do you have any example on that? Thanksss

viniguerrero
Автор

How can we add background music to this game?

rayray
Автор

Nice! But why PyGame and not Arcade as the game library?

badoli