saheelwagh / cli-games

Games in the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-games

About this project:

This repository contains a collection of cli (command line iterface games). Please feel free to have a look through the code of each game (usually just a single file of code) after playing, this will help you understand the logic that goes behind making such games.

How to play ?

  1. Clone this repo
  2. Install required environment (node for js and python interpreter for python)
  3. Execute the game file inside terminal (like node game.js or python game.py)
  4. Enjoy
  5. Contribute!

Contribute :

We welcome your contributions! You can add a new game by assigning a fresh directory to it, containing its code. For detailed guidelines refer CONTRIBUTION_GUIDELINES.md

##CLI-games repository by Salif Ahmed [salifm.com]

About

Games in the terminal

License:MIT License


Languages

Language:JavaScript 66.1%Language:Python 33.9%