- This is an unfinished development of a 2.5D Minecraft-clone (that I envisioned) using my
rubuild
(my owng game engine that I have not yet extracted out from this repo, located insidelib/
) - There was something that I got stuck and could not readily fix, and I lost motivation unfortunately.
- I got the "positioning" and "rendering" part of the game engine ready already, though as you could see below:

- SDL
- rubuild (my own game engine)
- super_callbacks gem (also my own gem built mainly for this)
- Depending on your environment, but on mac you'll simply just need to install:
brew install SDL2
brew install SDL2_image
brew install SDL2_ttf
- And then run:
cd some/path-to/isekai
bundle
- And to run the game:
./bin/rubuild