Skip to content

tjunruh/Pente

Repository files navigation

__/\\\\\\\\\\\\\_______________________________________________________________________         
 _\/\\\/////////\\\_____________________________________________________________________        
  _\/\\\_______\/\\\__________________________________/\\\_______________________________       
   _\/\\\\\\\\\\\\\/______/\\\\\\\\___/\\/\\\\\\____/\\\\\\\\\\\_____/\\\\\\\\____________      
    _\/\\\/////////______/\\\/////\\\_\/\\\////\\\__\////\\\////____/\\\/////\\\___________     
     _\/\\\______________/\\\\\\\\\\\__\/\\\__\//\\\____\/\\\_______/\\\\\\\\\\\____________    
      _\/\\\_____________\//\\///////___\/\\\___\/\\\____\/\\\_/\\__\//\\///////_____________   
       _\/\\\______________\//\\\\\\\\\\_\/\\\___\/\\\____\//\\\\\____\//\\\\\\\\\\___________  
        _\///________________\//////////__\///____\///______\/////______\//////////____________

Console application of Pente. It features multiplayer for two to four people.

pente_demo.mp4

Windows

Clone this repository and run the following command (Note that MSbuild.exe from Visual Studio 2022 must be in the System Environment Path variable):

.\windows_make.bat

Then enter the newly created build directory and execute the script.

cd build
.\Pente.bat

Linux

You will need to install the ncurses library if you do not already have it. Run the command below to install it.

sudo apt-get install libncurses5-dev libncursesw5-dev

Simply clone this repository and run the following command:

make all

Then enter the newly created build directory and execute the script.

cd build
./Pente.sh

Game Instructions

Pressing 'h' once in the main game loop will display the settings menu where current settings and key bindings can be viewed and changed.

About

Game of Pente created using ASCII_Board_Game_Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages