Initial commit

This commit is contained in:
2026-01-09 14:03:09 +01:00
commit 461139835f
9 changed files with 668 additions and 0 deletions

14
includes/Game.hpp Normal file
View File

@@ -0,0 +1,14 @@
// Celebrating tetris by Ley 2024
#pragma once
// SMFL headers
#include <SFML/Graphics.hpp>
#include <SFML/System.hpp>
// Cxx headers
#include <iostream>
#include "./Tetrominos.hpp"
sf::Color getTetrominoColor(const Tetrominos::Names &name);