Skip to content

Xefea137/pygame-coin-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Pygame Coin Dodger

A simple 2D game built with Pygame where the player collects falling coins and avoids monsters. Includes both single and two-player modes.

Gameplay Features

  • Collect coins to increase your score
  • Dodge falling monsters or it's game over!
  • Two-player mode with shared keyboard controls

Project Structure

  • code/: Contains the main game logic and Python file
  • assets/: Folder for game assets

Build Info

  • Developed with Python 3 and Pygame
  • A Windows .exe was built using pyinstaller for local testing (not included in this repo)

Controls

Player 1:

  • – Move Left
  • – Move Right

Player 2:

  • A – Move Left
  • D – Move Right

F2- Restart game

Esc- Exit game

Run the Game

python main.py

About

A 2D coin-collecting, monster-dodging game made with Python and Pygame. Includes 2-player mode.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages