News

For this tutorial, we will be using our Raspberry Pi and a programming language called Python to create our very own text adventure, with our own game world and some characters to inhabit that world.
The goal is to create an uninterrupted horizontal, vertical, or diagonal line of either three Xs or Os on a 3×3 grid, and whoever does it first is the winner of the game.
Libraries are collections of shared code. They're common in Python, where they're also called "modules," but they're also ...
Discord is an IRC-like chat platform that all the young cool kids are hanging out on. Originally intended as a way to communicate during online games, Discord has grown to the point that there are … ...
Design & Dev CheckiO launches a crowdsourced coding game platform for Python developers July 8, 2014 - 6:35 pm ...
Simulating a tabletop game can be done for several reasons: to play the game digitally, to create computer opponent(s), or to prove someone wrong. In [Everett]’s case, he used Python to prove… ...