devalexwhite / WAR-TUI

The classic WAR game as a TUI terminal user interface application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

War: TTY Edition

Title screen of WAR TUI! Gameplay of WAR TUI!

A version of the War card game for terminal emulators. Features advanced terminal graphics thanks to ncurses!

How to play

Run the program through your terminal ./war.

On Linux, you may have to give executable permissions with sudo chmod +x ./war. Then mash your keyboard a bunch until the game finishes!

Building

Game has been built on Linux and Mac OS. No idea how C++ compilation works (or if it even does without WSL) on Windows.

You will need lib-ncurses installed to build. After that, simply cd to the directory and build with g++ -lncurses -std=c++11 main.cpp.

About

The classic WAR game as a TUI terminal user interface application.


Languages

Language:C++ 100.0%