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.
- Classic retro-style graphics and sound effects
- Score tracking
- Intuitive controls
- Cross-platform compatibility
To install and run the game, follow these steps:
- Clone the repository:
git clone https://github.com/tanmay-bhatgare/atari-desktop.git cd atari-desktop
-
Install the required dependencies:
python -m venv .venv ./venv/Script/activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the game:
python main.py
- Launch the game using the installation steps mentioned above.
- Use the controls to move your character and interact with the game environment.
- Arrow keys: Move the bar up, down, left or right
We welcome contributions to improve the game! If you want to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.