Skip to content

tanmay-bhatgare/atari-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atari-Style Game with Pygame

Table of Contents

Introduction

Welcome to our Atari-style game built with Pygame! This game is inspired by the classic Atari games and aims to bring the nostalgia of retro gaming to modern platforms.

Features

  • Classic retro-style graphics and sound effects
  • Score tracking
  • Intuitive controls
  • Cross-platform compatibility

Installation

To install and run the game, follow these steps:

  1. Clone the repository:
    git clone https://github.com/tanmay-bhatgare/atari-desktop.git
    cd atari-desktop
  • If using python virtual environment

  1. Install the required dependencies:

    python -m venv .venv
    ./venv/Script/activate
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the game:

    python main.py

How to Play

  1. Launch the game using the installation steps mentioned above.
  2. Use the controls to move your character and interact with the game environment.

Controls

  • Arrow keys: Move the bar up, down, left or right

Contributing

We welcome contributions to improve the game! If you want to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages