News

We find the programming challenge of game-playing bots to be fascinating. Take a look at this Python bot which plays Burrito Bison all the way through (video after the break). This is a totally ped… ...
This repository contains code from the book, "Object-Oriented Python". The game was developed using heavy doses of object-oriented programming, which is the subject of my book "Object-Oriented Python" ...
Personally, I found those Python concepts essential when I was implementing complex minigames like chess and a rhythm game for my Ren'Py projects. In each lecture, we will learn a Python concept using ...