Problem The small bit of code below blits and image to the screen within a class. I call this 4 […]
Tag: pygame
Dungeon Ball, a Pygame
Problem I just completed the first release for my first game on Python, called Dungeon Ball. I’m looking for people […]
Pygame program made to look like NohBoard
Problem This is something I made as an input display resembling NohBoard because I need to make a video for […]
Periodic Table and Simulation of Elements
Problem I’ve been working on my first real “project” and decided to make the periodic table that can simulate each […]
1 player Pong with AI
Problem I have made this pong game as a 1 player game, versus the computer. however it is impossible to […]
Program Arcade Games: Ch 16 Worksheet 2D-Array Algorithm
Problem The check_celebrity() function below takes an n*n grid as its parameter and prints the celebrity if there is one. […]
A Python Snake Game Using Pygame
Problem My attempt at creating a snake game, in pygame. I tried to make it as simple as possible, but […]
Is this Pygame projectile code efficient?
Problem Just wanted a few opinions on whether this game’s code is efficient, from looking at it, it does look […]
ball-game created in Python 3
Problem This is a very simple ball game in which we have to avoid projectiles falling from the sky. This […]
Optimizing a Text-To-Speech program with a lot of repetition
Problem I have a Text-To-Speech program that will ask the user to input text, convert it to speech and then […]