The images for my reactions to your bad code are now up. Went with a more 'pixel video' look than a pixel art hand drawn thing.
This commit is contained in:
parent
581e5b4a60
commit
e1c667d816
12 changed files with 40 additions and 36 deletions
|
@ -4,16 +4,16 @@
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
GUI gui;
|
||||
GameEngine game{100};
|
||||
auto backend = SFMLBackend(game);
|
||||
GUI gui(backend);
|
||||
auto builder = Builder(gui, game);
|
||||
|
||||
backend.startup();
|
||||
|
||||
while(backend.is_open()) {
|
||||
builder.event(BuildEvent::GO);
|
||||
gui.main_loop(backend);
|
||||
gui.main_loop();
|
||||
}
|
||||
|
||||
builder.event(BuildEvent::QUIT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue