Skip to content

tobywenman/Durak_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Durak Game and Engine

This repo (will hopefully) contain a working implementation of Durak as well as an engine that will allow for NPC players.

The engine code is stored in src/lib and the interfaces are in src/cli_app and src/gui_app

Prerequesites

The GUI api used is wxWidgets, which is cross platform, however needs to be installed. This can be found here.

Build

CMake is the utilised build system, the two apps can be built on linux as such:

CLI

mkdir src/cli_app/build
cd src/cli_app/build
cmake ..
make

GUI

mkdir src/gui_app/build
cd src/gui_app/build
cmake ..
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published