Skip to content

PrintN/Terminal-Games-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Games Library

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. TerminalGames

Games Overview

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:

Getting Started

To get started with any of the games, follow these steps:

  1. 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.

  2. Clone the repository:

    git clone https://github.com/PrintN/Terminal-Games-Library.git
  3. Install packages:

    pip install -r requirements.txt
  4. Navigate to the game directory you want to play. For example, to play the Snake game

    cd Terminal-Games-Library/Games/Snake/
  5. Run the game

    python Snake.py

    Replace Snake.py with the appropriate script for the game you want to play.