Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turtle Game

A simple 2D pixel-art game built with Pygame.


Setup Instructions

⚠️ This game requires Python 3.12.3.
It has not been tested with newer versions — compatibility with newer Python versions is not guaranteed.

  1. Clone the repository

    git clone https://github.com/yourusername/Turtle_Game.git
    cd Turtle_Game
  2. Create and activate a virtual environment (optional but recommended)

    • On Windows:

      python -m venv venv
      venv\Scripts\activate
    • On Linux/Mac:

      python3 -m venv venv
      source venv/bin/activate
  3. Install dependencies

    pip install -r requirements.txt
  4. Run the game

    python main.py

    or

    python3 main.py

About

This is a Refactor of my Repo Game3 I am doing for a personal project for Boot.dev

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages