aboutsummaryrefslogtreecommitdiff
path: root/Compile.md
AgeCommit message (Collapse)Author
2026-03-03docs: update README.mddaoge
2026-03-01Update Visual Studio version in compile instructions to 2022isaiah
2026-03-01Add CMake build system and source files for Minecraft Clientisaiah
- Created Compile.md with detailed instructions for building the project using Visual Studio and CMake. - Added ClientSources.cmake to define the source files for the Minecraft Client. - Implemented CopyAssets.cmake to handle asset copying during the build process. - Introduced WorldSources.cmake to list the source files for Minecraft world functionalities.