ouverture de fenetre possible
faire le Game::run
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
#include "Bomberman.hpp"
|
||||
#include "Game.hpp"
|
||||
#include <iostream>
|
||||
|
||||
int main (void){
|
||||
Bomberman bomberman;
|
||||
std::cout << bomberman << std::endl;
|
||||
try{
|
||||
Game game;
|
||||
} catch (const std::exception& e) {
|
||||
std::cerr << "Error: " << e.what() << std::endl;
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user