andrew-boutin / squares-clone

Clone of Squares2 using Python3 and PyGame.

Home Page:https://andrewboutin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Squares Clone

A Squares 2 clone using Python3 and PyGame.

Black and red blocks move across the screen at varying speeds. The object of the game is for the player to collect black squares with their cursor. They gain points and their cursor size increases. If the player hits a red square the game ends. The speed of all the blocks increases as the game progresses. It's a very simple but addicting game.

Setup

This was written for Linux Ubuntu 14.04.

sudo add-apt-repository ppa:thopiekar/pygame
sudo apt-get update

Install python3-pygame and python-numpy packages.

Run

python3 platformer.py

Check out my personal site!

About

Clone of Squares2 using Python3 and PyGame.

https://andrewboutin.com

License:MIT License


Languages

Language:Python 100.0%