Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 2.01 KB

README.md

File metadata and controls

62 lines (38 loc) · 2.01 KB

Command Line Mini-Games

A collection of fun and interactive command line mini-games written in Python.

Getting Started

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

Prerequisites

What things you need to install the software and how to install them:

  • Python 3.x
  • Pip
  • Curses module (preinstalled in Linux and Mac, but needs to be installed in Windows)

Installation

Clone the repository to your local machine:

$ git clone https://github.com/Rajbir98/mini-games.git

Note: If the curses module is not preinstalled in your system and you are using windows then you can install it using pip

$ cd mini-games
$ pip install windows-curses

Game List

Screenshots

Word Dash

image image

Quizet

image image image

Snake Water Gun

image

License

This project is licensed under the Apache 2.0 License.

Contact