// GAMES

Me Against Traffic

A survival game where the player avoids incoming cars while their speed increases over time.

ROLEDeveloper
TEAMSolo project
CONTEXTPersonal project
CREATED2020
PythonPygame
Me Against Traffic gameplay

Overview

Me Against Traffic is a simple survival game where the player moves a character sideways to avoid incoming cars. The game becomes more difficult as the speed of the cars increases.

Technical approach

The game was built with Pygame and focused on:

  • Player movement and controls
  • Collision detection
  • Increasing game difficulty
  • Background music and sound effects

Requirements

How to run

  1. Clone or download the repository.
  2. Install the required Pygame version.
  3. Run the game with: python3 game.py

Lessons learned

This project helped me learn the basics of Pygame, game loops, player movement, collision detection, and handling audio in a game.