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
f317dc7a8c
Branches
Tags
No results found.
snakeplusplus
/
src
/
main.cpp
8 lines
88 B
C++
Raw
Normal View
History
Unescape
Escape
Many issues restructuring the program, needs cleaning
2023-03-17 17:27:02 -05:00
#
include
"gamestate.h"
Added folder structure and default main layout
2022-05-06 00:40:36 -05:00
int
main
(
)
{
Cleaned up code for readability
2023-03-12 08:50:50 -05:00
GameState
game
;
game
.
StartGame
(
)
;
Added folder structure and default main layout
2022-05-06 00:40:36 -05:00
}
Reference in New Issue
Copy Permalink