Added GameOver Scene

This commit is contained in:
2025-12-14 10:33:06 +08:00
parent 27ff62df14
commit ad3b8d7732
12 changed files with 264 additions and 30 deletions

View File

@@ -18,6 +18,8 @@ public:
void handleClick(float screenX, float screenY) override;
void renderMousePosition(float x, float y) override;
void restartGame();
private:
std::unique_ptr<BoardRenderer> m_boardRenderer;