Skip to content

This project is based on shell games already prebuilt from me, but with better software design.

Notifications You must be signed in to change notification settings

amssdias/shell-games

Repository files navigation

Python Badge Workflow branch master Docker Code style: black

Shell Games

My project is a program that brings the classic games of Hangman and Battleship to the computer terminal. Users can choose to play either game and enjoy the challenge of guessing the hidden word or sinking their opponent's ships. The program is easy to use and provides an entertaining way to pass the time and exercise your brain. With intuitive controls and engaging gameplay, our program is sure to be a hit with users of all ages.

🔨 Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Pre requisites

Installing

  1. Clone this repository to your local machine
  2. Navigate to the project directory
git clone https://github.com/amssdias/shell-games.git
cd shell-games

With Docker

  1. Build the Docker image:
docker build -t shell_games .
  1. Run the Docker container:
docker run -it shell_games

Without Docker

  1. Install requirements with pip:
pip install -r requirements.txt
  1. Run program:
python base.py

🔎 Usage

Just follow the instructions on the terminal.

your gif

Have fun 😄

About

This project is based on shell games already prebuilt from me, but with better software design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages