A real-time top-down action game featuring a knight with animated abilities (attacking, rolling, healing, etc.). Designed enemy AI (skeletons, fireball-shooting bat monsters), implemented collision ...
Python is an excellent language for rapid application development and prototyping. With Pygame, a wrapper built around SDL, the same can be true for games. In addition, because its built on top of ...
This implementation of Snake serves as a demonstration of game development fundamentals using pygame. It captures the core mechanics of the original game: guide a growing snake to eat food while ...
[Prashant Mohta] got hold of a Raspberry Pi, a 16×2 LCD display and got down to writing a simple game in Python. Pretty soon, he realized that it was cumbersome to have the Ras-Pi and LCD connected ...