Skip to content

DoggyXomaX/hmah-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hmah-tetris

What is this?

Another attempt to write something working in C and OpenGL.

This time we are writing tetris :)

Downloads

Screenshots

screenshot0

screenshot1

screenshot2

Build dependencies

  • To compile C btw

    GCC / CLang / MSVC

  • To make dependencies

    CMake ^3.18.0

Linux build

mkdir build
cd build
cmake .. && cmake --build .

Windows build

mkdir build
cd build
cmake ..
cmake --build . --config Release

Running

# In build directory
./tetris

Dependencies

  • for matrix transformations

    CGLM

  • blazingly fast OpenGL core profile loading

    gl3w

  • for window management, input and sound

    SDL

  • image loading header-only lib (like it, very simple and does its job)

    stb_image.h

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages