Skip to content

kyuhyunc/puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Assignments Private Repository

Compile & Run Instructions

The grader should use the following procedure to compile and run the code:

qmake -project
qmake
make
./puzzle_kyuhyun (or ./name of the folder)
i.e. if the name of the folder is "test_qtpuzzle", shoud type "./test_qtpuzzle" in order to run the program

In order to make doxygen file, use the following precedure

doxygen -g config.txt
doxygen config.txt

About

puzzle game I worked on for a data structure class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published