Skip to content

RedCraft2D is a 2D voxel game with real physics, including temperature and waste gas simulations. Players must manage survival in a dynamic environment with changing conditions.

Notifications You must be signed in to change notification settings

rhackerd/RedCraft2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedCraft2D

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.

Note

RedCraft2D is still in heavy development!!

TODO

Věc ✅ / ❌
multiplayer
terrain generation
voxel engine can only spawn blocks (not optimized at all) ✅

How to compile

  1. First, ensure you have Premake5 and Make installed.
  2. Navigate to the root directory of the project.
  3. Generate the necessary build files with the following command:
    premake5 gmake2
  4. Then, compile the project by running:
    make

How to run

Once compiled, you can run the game from the terminal:

  1. Navigate to the bin/Debug folder:
    cd bin/Debug
  2. Execute the application:
    ./app

Authors

About

RedCraft2D is a 2D voxel game with real physics, including temperature and waste gas simulations. Players must manage survival in a dynamic environment with changing conditions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published