Skip to content

muhhae/tetromania-castle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetromino Game made with C++ & SFML

Prerequisities

  1. premake 5.0
  2. sfml - latest

Step :

For Visual Studio User just run 'dev.bat' or

  1. run premake5 vs2022
  2. run msbuild App.sln or Build with Visual Studio

For mingw-w64 or gcc User

  1. Add this to premake5.lua
links {
    "sfml-graphics",
    "sfml-window",
    "sfml-system",
    "sfml-audio"
}
  1. run premake5 gmake2
  2. run mingw32-make or make

Credit