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
a76d9ccfb5
snakeplusplus
/
src
/
main.cpp
8 lines
88 B
C++
Raw
Normal View
History
Unescape
Escape
GameState now only defines window limits GameState now only defines window limits. RenderWindow is now set to be a separate object left in the main method. Noted issues if put into GameState: Window never opens and the program just ends.
2022-07-29 15:53:59 -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