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

This branch is up to date with Dasio/ICP:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 14, 2015
7ff3469 · May 14, 2015

History

63 Commits
May 13, 2015
May 14, 2015
May 14, 2015
May 10, 2015
May 9, 2015
May 14, 2015
May 14, 2015

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š      (xmikus15@stud.fit.vutbr.cz)
    Peter Hostačný   (xhosta03@stud.fit.vutbr.cz)

About

C++ Programming Assignment - Labyrinth game - BUT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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