Skip to content
/ ICP Public
forked from Dasio/ICP

C++ Programming Assignment - Labyrinth game - BUT

Notifications You must be signed in to change notification settings

scr4bble/ICP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project for ICP : Labyrinth

Variant: UNDO

CLI commands:
        - exit
    Before create:
        - add <name> - Add player to game
        - set mapsize <n> - Set map size (5/7/9/11) Default: 7
        - set treasures <n> - Set treasures count (12/24) Default: 12
        - create - Init game
    After init:
         - rotate - Rotate free stone clockwise
         - action <x> <y> - Make action at coords x,y. Shift or Move

Libraries used:
QT (v. 5.2)
Boost (v. 1.54)

Authors:
    Dávid Mikuš      ([email protected])
    Peter Hostačný   ([email protected])

About

C++ Programming Assignment - Labyrinth game - BUT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 96.8%
  • Makefile 1.8%
  • QMake 1.4%