Skip to content

robcholz/Minecraft2D

Repository files navigation

Minecraft2D

  • Features: Original soundtracks and textures used(All the resources are updated to 1.19.4).
  • The game is designed to be compatible with vanilla Minecraft resourcepacks(it will support resourcepacks). menu.png

Installations

CMake: 3.24 and above

SFML: 2.5.1

Boost: 1.81.0

C++: C++20

Build

Windows

OSX

git clone https://github.com/robcholz/Minecraft2D.git
cd Minecraft2D
mkdir build&&cd build
cmake -G "Unix Makefiles" ..
make
cd ..
./bin/MinecraftClient #run the game

Linux

Progress

  • Logger

  • Multi-language support

  • Widget GUI components

  • Sound manager

  • Peripherals support

  • Binary map file loading

  • Block

  • Save

  • World generation

  • Decoration - in progress

  • Gravity - waiting to be fixed

  • Entity

  • In-game GUI

  • Player

  • Multiplayer

  • Particle Effects

  • Fullscreen mode

  • Cross-platform

Dependencies

Releases

No releases published

Packages

No packages published

Languages