Free & Open-Source Minecraft-like 2d tile game
You can find prebuilt launcher binary's, and other info on the website.
It's named after the lambda character. I don't really know why, it just sounded cool to me, and i couldn't come up with another name.
Building lambda is an easy process
First clone the source as follows:
git clone https://git.sr.ht/~interfiber/lambda
Then change into the folder:
cd lambda
And finally build a release jar file:
./gradlew desktop:dist
# or use: gradlew desktop:dist for windows users
The result jar file can be found in: desktop/build/libs/desktop-[VERSION].jar
no.
I like rust, but it's not ready to develop games yet. The performance also doesn't really matter that much, because this is a 2d game.
Since its written in java it should run, but the natives libraries used might not be compiled for m1 chips. If in does not work use rosetta
You can find all credit in the CREDIT
file.
The main branch might contain features that are being built, so they might not be completed yet.
Because I felt like it
Read the contributing.md
file.