Skip to content

StillGreen-san/raymino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raymino

configurable tetris build with raylib in C++ for desktop & web

play web version here

preview pictures

build

make sure you have git, cmake, a c++ compiler and raylib#build-and-installation

git clone https://github.com/StillGreen-san/raymino
cd raymino

destop

mkdir build-exe
cmake -S . -B build-exe
cmake --build build-exe --config release --target raymino

web

for emscripten see here, on windows you also need ninja

mkdir build-web
emcmake cmake -S . -B build-web
cmake --build build-web --config release --target raymino

to properly load wasm the site needs to be hosted by a webserver

eg python -m http.server

dependencies

(pulled in via CPM [MIT])

dev only

About

configurable tetris build with raylib in C++ for desktop & web

Topics

Resources

License

Stars

Watchers

Forks