This repo contains some of the programs for playing well-known games using terminal.
-
ROCK-PAPER-SCISSORS (RPS in C)
This directory contains files to play rps game. Run the Makefile to get the executable.
If you are a linux user run make in your terminal, else you need to install the make.
Download filename.py
and run it using the command python filename.py
.
-
DICE ROLLER (WITH TKINTER GUI)
Open this directory, use commandpython dice.py
to run the game.