Skip to content

Chimstaz/LogicLabirynth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogicLabirynth

Logic game

Compile

On linux: Run make and should be done. This will use precompiled verison of ncurses library. If you have installed package libncurses5-dev you can set LIBS in makefile to -lncurses and delete lib directory to use already installed version of ncurses.

On Windows: Download PDCurses and compile it. Change in file include\GlobalDefines.h CURSESPATH to location of your curses.h in downloaded PDCurses. In makefile change LIBS to path to your pdcurses.a.

Instruction

Run ./loigic -h after compilation. It will show help. In game itself is also help.

First part of 3rd task

In directory czesc1zadania3 there are two programs that have one big condition block. There is also bash script to test if they are working correctly.

About

Logic game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages