Skip to content

ccheckmate/Linux-Mini-Games

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Linux-Mini-Games

This repo has some mini games that you can play on linux

Pre-requsite:

You must have gnu g++ installed.

How to play:

  1. download source code of the game.
  2. open terminal.
  3. type cd Downloads.
  4. type g++ {file_name} eg - g++ nim.cpp
  5. type ./a.out
  6. go play.

Current game list

  1. Game of Nim - nim.cpp (currently you can not win from computer. The next version will have both multiplayer support and also there will be inclusion of levels in the game)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%