Skip to content

benitogr-code/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

An implementation of the classic game Tetris using SDL and OpenGL.

See it in action in this video.


The project is organized in two distintic parts.

System

Abstracts platform details (window, input, logging), providing a basic framework with lifecycle hooks for the client application. Additionally, some wrapper classes for OpenGL resources are provided like Shaders, GPU Buffers or Textures.

Game

The Tetris game application implemented used the system utilities. For rendering, batching and instancing are used to reduce the number of draw calls.

About

Tetris game implemented with SDL and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages