Latest Awards
Complete 10 python programs which focus on loops.

morgan

Score over 100 points in total

vincebanter10

Complete any 5 python programs

vincebanter10

Complete 3 python list based tasks

vincebanter10

Complete 5 python list based tasks

vincebanter10

Complete 10 python list based tasks

dman12

Score over 1000 points in total

april-logan

Complete any pygame task

april-logan

Complete any 3 pygame tasks

april-logan

You have to complete 5 pygame tasks

april-logan

Score over 500 points in total

sam-edmund

Complete any pygame task

sam-edmund

Complete any 3 pygame tasks

sam-edmund

You have to complete 5 pygame tasks

sam-edmund

Complete any pygame task

12wrigleyf

Complete any 3 pygame tasks

12wrigleyf

You have to complete 5 pygame tasks

12wrigleyf

Score over 500 points in total

jhoughton12

Complete any 10 python prograns

jhoughton12

Complete 10 python programs which focus on loops.

jhoughton12

Python Score
tasks = 0
achivements = 0
freestyle = 0
Total = 0
Top 5 Scores
114gilo 3500
2joss-nolan-2 2530
3alexdawkins 2515
4byrnebrian 2080
512wattsl 1750
Click to view all scores
Who else completed this task?
No one has completed this task yet. Be the first!

pygame

Pygame tutorials

[child pages]

Juke box

Create a program which will store a list of songs (in ogg format) into a playlist. Your program will then play them one after another. It will also have the following features – 1. You can skip tracks using the [N] key. 2. You can move back one track using the [B] key. 3. When […]

Random circles

Write a python program which will draw random circles on the screen every few seconds. The circles should be a random size and colour. However, they must always be circles! You need to log in or create an account to submit code!

Speedway

The above game was released on the Magnavox console in 1978 and was a simple top scrolling avoiding game. Create your own avoiding/speedway game in pygame. The game should do the following – 1. Go on until the player runs out of lives. 2. Every second the player gets points. 3. Obstacles come from the […]

Scrolling message

Create a program which will scroll text from left to right on the screen. The message should be long and be in a large font. When the message has left the screen, it should loop. You need to log in or create an account to submit code!

Full pong

Using the tutorials to help, create a version of pong that is as close to the original as you can make it. The video below shows what the game should look like. You may wish to add music and more up to date sound effects. You need to log in or create an account to […]

great avoiding challenge

Create a game using pygame which will have two squares (or images). One is controlled by the player and the other will randomly bounce around the screen. The goal of the game is to avoid the square for as long as possible. The longer you last, the more points you get. You need to log […]

Disco lights

Create a program which will play some funky music! Using circles representing lights you can produce random patterns to go along with the music. You need to log in or create an account to submit code!

Leave a Reply

You must be logged in to post a comment.