Skip to content

OfficialAlok/Coinport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coinport

Coinport is an engaging 2D game created using the Pygame library in Python. In this game, the player moves horizontally to collect coins and avoid falling monsters. If the player touches a monster, the game is over!

Table of Contents

Gameplay

In Coinport, you control a character that can move left and right using the arrow keys. The objective is to collect as many coins as possible while avoiding monsters that fall from the sky. If a monster touches the player, it's game over.

Installation

  1. Ensure you have Python installed. If not, download and install it from python.org.
  2. Install the Pygame library by running the following command:
    pip install pygame
  3. Clone this repository or download the source code:
    git clone https://github.com/OfficialAlok/coinport.git
    cd coinport

Usage

To start the game, navigate to the directory where the game files are located and run:

python main.py

Controls

  • Key A: Move left
  • Key D: Move right

Difficulty Levels

You can select the difficulty level at the start of the game:

  • Press 1 for Easy
  • Press 2 for Medium
  • Press 3 for Hard

Game Screenshots

  • start window 1st

  • Ingame window mid

  • End or Restart window End

About

A game using Pygame library of Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages