Skip to content

simocaruso/craft-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another Craft clone


Gameplay Demo

Build Instructions

Prerequisites

  • CMake >= 3.26
  • C++20-compatible compiler (e.g. GCC 11+, Clang 13+, MSVC 2022+)
  • GLFW installed (must be available to CMake via find_package(glfw3 REQUIRED))

Clone and build

Clone the project

git clone https://github.com/simocaruso/craft-clone.git
cd craft-clone

Create a build directory

mkdir build && cd build

Run CMake and build the project

cmake ..
cmake --build .

Run the project

./craft_clone

About

Yet another block-based game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages