https://github.com/wanwin04/gametetris-sfml
https://github.com/wanwin04/gametetris-sfml
game-development sfml solid
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wanwin04/gametetris-sfml
- Owner: WanWin04
- License: mit
- Created: 2023-12-10T03:41:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T07:28:14.000Z (over 2 years ago)
- Last Synced: 2025-02-03T14:46:28.802Z (over 1 year ago)
- Topics: game-development, sfml, solid
- Language: C++
- Homepage:
- Size: 11.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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