Deuxieme commit

This commit is contained in:
YANNIS
2025-05-29 16:53:26 +02:00
parent 33c6f3ccff
commit bd9bc5e2e2
5 changed files with 14 additions and 14 deletions
-7
View File
@@ -1,10 +1,3 @@
//Bomberman.cpp
#include "Bomberman.hpp"
Bomberman::Bomberman(const Position &position, unsigned short numberOfBombs)
: _position(position), _numberOfBombs(numberOfBombs) {
std::cout << "Bomberman created at position ("
<< _position.getX() << ", " << _position.getY()
<< ") with " << _numberOfBombs
<< " bombs!" << std::endl;
}