This website requires JavaScript.
Explore
Help
Sign In
Trianta
/
snakeplusplus
Watch
1
Star
0
Fork
0
You've already forked snakeplusplus
Code
Issues
4
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
35244daa02
snakeplusplus
/
src
/
main.cpp
8 lines
110 B
C++
Raw
Normal View
History
Unescape
Escape
Doing too much at once. Need to fix branch
2023-04-06 19:27:10 -05:00
#
include
"gamestate.hpp"
Added folder structure and default main layout
2022-05-06 00:40:36 -05:00
This was overengineered, lots of trimming to do
2023-04-06 22:22:06 -05:00
int
main
(
void
)
Added folder structure and default main layout
2022-05-06 00:40:36 -05:00
{
Doing too much at once. Need to fix branch
2023-04-06 19:27:10 -05:00
snakeplusplus
:
:
GameEngine
game
;
Cleaned up code for readability
2023-03-12 08:50:50 -05:00
game
.
StartGame
(
)
;
Added folder structure and default main layout
2022-05-06 00:40:36 -05:00
}
Reference in New Issue
Copy Permalink