Skip to content

technomaniak/tetrisCLNCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetrisCLNCPP

Honestly I was just bored so I made this. Prolly going to work on this later but right now I will most likely drop this.

installation

if for some reason you want to download this and compile it here are dependencies. Outstanding amount.

dependencies

  • raylib
  • c++

(amazing right?)

example installation

dependencies

  • visual studio 2015 or newer
  • git
  • windows 7 or newer
  1. First download vcpkg using the guide here
  2. Enter the folder where vcpkg is located using cmd
  3. Type vcpkg install raylib[use-audio]
  4. After raylib installs type vcpkg install raylib[use-audio]:x64-windows
  5. After the installation ends type vcpkg integrate install
  6. Download the project and open it via Visual Studio and all should work properly!

current features

  • custom tetromino support (add your own pieces)
  • custom board creation
  • modern SRS rotation system
  • support for adding any custom rotation system
  • level select menu
  • custom tetromino skins

plans for this

TO-DO LIST

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages