An open API service indexing awesome lists of open source software.

https://github.com/wanwin04/gametetris-sfml


https://github.com/wanwin04/gametetris-sfml

game-development sfml solid

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# GameTetris-SFML

Welcome to the GameTetris Project! This repository contains the source code for a Game built using C++ and SFML libraries.

## Table of Contents

- [Introduction](#introduction)
- [Project Structure](#project-structure)

## Introduction

Welcome to the exciting world of Tetris, where timeless gameplay meets modern programming excellence! In this project, we delve into the realm of Object-Oriented Programming (OOP) and adhere to the SOLID principles to create a robust and maintainable implementation of the classic Tetris game in C++.

## Project Structure

- Folder src : source codes of project

- Folder resource : contains fonts, images and audios

- Folder build : our product is built here

- Folder SFML : header files of SFML library

- Folder global : all global variables of the project