Welcome to the Terminal Games Library! This repository is a collection of classic terminal-based games implemented in Python. It's designed to provide a simple, fun way to play games directly from your terminal.
The repository is organized into different folders, each containing a unique game or set of games. Here's a quick overview of the games folders:
To get started with any of the games, follow these steps:
-
Download and Install Python
Ensure you have Python installed on your machine. You can download the latest version of Python from the official Python website. Follow the installation instructions for your operating system.
-
Clone the repository:
git clone https://github.com/PrintN/Terminal-Games-Library.git
-
Install packages:
pip install -r requirements.txt
-
Navigate to the game directory you want to play. For example, to play the Snake game
cd Terminal-Games-Library/Games/Snake/
-
Run the game
python Snake.py
Replace Snake.py with the appropriate script for the game you want to play.