| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A quick-play, Roblox-style 3D block sandbox + obby written in C++.
Built with zero external dependencies: raw X11 + GLX + OpenGL 2.1 (immediate mode), with all X11/GL/GLX symbols declared directly in the source.
| Key / Mouse | Action |
|---|---|
| W A S D | Move |
| Space | Jump |
| Mouse | Look (inverted pitch) |
| Left click | Place block |
| Right click | Remove block |
| 1–6 | Select block color |
| R | Reset / replay |
| Esc | Quit |
Requires only a C++ compiler and the system's X11 + OpenGL runtime libraries.
./build.sh # downloads the Zig toolchain automatically if needed
./mini_roblox # run| Back | FazBrowse Home | New Git URL |