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
b42f2c6eaf
sliding-puzzle
/
main.cpp
8 lines
75 B
C++
Raw
Blame
History
#
include
"gamestate.h"
int
main
(
)
{
GameState
game
;
game
.
run
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink