Skip to content

floppyMike/dedtris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dedtris

A extendable tetris game written in Rust. Extensions are written in Lua.

game image
Game in progress

Installation

The prebuilt binaries can be found here.

Build

The build process involves installing the rust toolchain and installing the required SDL2 libraries which the build depends on.

  1. git clone https://github.com/verydedtris/dedtris.git

Windows

  1. Download SDL2 and SDL2_image development libraries.
  2. Extract all .dll and .lib files usually located under .\lib\x64\ into the root of the project.
  3. cargo run

Linux

  1. Using your package manager install the development libraries for SDL2 and SDL2 image. Example Debian: sudo apt install libsdl2-dev libsdl2-image-dev.
  2. cargo run

MacOS

  1. For building the project it's recommended to have homebrew installed. So then installing the dependancies is simply as follows: brew install sdl2 sdl2_image.
  2. cargo run

About

A lua extendable tetris game made with rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published