This website requires JavaScript.
Explore
Help
Sign in
des
/
pacman
Watch
1
Star
0
Fork
You've already forked pacman
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
7687fb506c
pacman
/
src
/
main.cpp
8 lines
83 B
C++
Raw
Normal View
History
Unescape
Escape
Use include_directories
2020-11-29 18:17:23 +00:00
#
include
"Game.hpp"
Copy over pacman game
2020-11-27 13:10:09 +00:00
Remove args from main
2021-06-22 08:32:19 +00:00
int
main
(
)
{
Put the code in a namespace
2021-07-05 12:10:01 +00:00
pacman
:
:
Game
game
;
Copy over pacman game
2020-11-27 13:10:09 +00:00
game
.
run
(
)
;
return
0
;
}
Reference in a new issue
Copy permalink