RedCraft2D is a 2D voxel game featuring real physics, including temperature simulation, waste gases from heat sources like furnaces, and more. It offers a realistic environment where players must manage their survival in changing conditions.
RedCraft2D is still in heavy development!!
Věc | ✅ / ❌ |
---|---|
multiplayer | ❌ |
terrain generation | ❌ |
voxel engine | can only spawn blocks (not optimized at all) ✅ |
- First, ensure you have Premake5 and Make installed.
- Navigate to the root directory of the project.
- Generate the necessary build files with the following command:
premake5 gmake2
- Then, compile the project by running:
make
Once compiled, you can run the game from the terminal:
- Navigate to the
bin/Debug
folder:cd bin/Debug
- Execute the application:
./app