Skip to content

Recreated Color Switch game in Python as a final project for 15-112 at CMU

Notifications You must be signed in to change notification settings

shreyabahl1/ColorSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ColorSwitch

https://youtu.be/hSzmPjsh_Zk

Project Description: I am making colorSwitch which is a game played on the phone. In this game the player has to make a ball cross various obstacles and collect points. The player can make the ball jump by pressing the space bar. The ball will only cross an obstacle if the colors of the obstacle and ball are the same. When the ball crosses a white square 1 point is added to the score. Once the ball collides with a different colored obstacle, the game ends and the users score for that game is diplayed.

The game also has a double player mode, where two players can play simulatneously. The game ends when one player collides into an obstacle. The other player wins the game.

How to run the project? The use should run this in an editor

How to install any needed libraries? I used tkinter for my project, it is already built in.

About

Recreated Color Switch game in Python as a final project for 15-112 at CMU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages