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
153b4e1367
snakeplusplus
/
src
/
main.cpp
8 lines
97 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
(
)
{
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
GameState
newGame
;
Game window now runs under GameState Game window now runs under GameState and removed game from being hosted in main()
2022-08-02 21:17:23 -05:00
newGame
.
startNewGame
(
)
;
Added folder structure and default main layout
2022-05-06 00:40:36 -05:00
}
Reference in New Issue
Copy Permalink