Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 472 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 472 Bytes

Red-vs.-Blue

Game of collect the points with two players, red and blue. This game uses python importing tkinter.

How to Play

Red and blue move to collect the yellow points. Red uses the WASD keys. Blue uses the Arrow keys. Whoever has the most points at the end of 1 minute wins.

Compatibility

This game is compatible with Python v3 and not compatible with Python v2. If you want to modify this game, 3 player does not work because of the way the point are reset.