/games

This is a python package dedicated to playing games

Primary LanguagePython

Games

This is a python package dedicated to playing games

Installation

# Clone the repository
git clone https://github.com/vatsal220/games.git

# Install using pip
pip3 install .

Usage

# Play Rock Paper Scissors
rps

# Play Tic Tac Toe
tictactoe

# Play Connect 4
connect4

# Play Sudoku
sudoku

# Play Snake
snake