This website requires JavaScript.
Explore
Help
Sign In
NaiJi
/
sliding-puzzle
Watch
1
Star
0
Fork
You've already forked sliding-puzzle
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f76da9f5bc
sliding-puzzle
/
main.cpp
8 lines
79 B
C++
Raw
Normal View
History
Unescape
Escape
Improve shuffling
2020-12-14 14:22:52 -05:00
#
include
"application.h"
Init
2020-12-13 13:45:52 -05:00
int
main
(
)
{
Improve shuffling
2020-12-14 14:22:52 -05:00
Application
game
;
Init
2020-12-13 13:45:52 -05:00
game
.
run
(
)
;
}