AnotherMC is a project that aims to create a Minecraft inspired game using the C++ programming language and the OpenGL library. The project is currently under development and is completely non-functional.
The project is in the early stages of development and is not intended for use. At the moment the focus is on building the basic architecture and exploring OpenGL features.
- Implementing basic rendering features.
- Adding a simple game world and basic mechanics.
- Building client-server interaction.
The following tools are required to work on the project:
- C++ compiler (I use Clang from Visual Studio 2022)
- CMake to build the project
- CMake compatible project generator (I use Ninja)
git clone https://github.com/N08I40K/another-mc.git
cd another-mc
mkdir build
cd build
cmake -S .. -B . -G Ninja
ninja
Your contribution is welcome! If you would like to help develop the project, please create a Pull Request or open an Issue with suggestions and corrections.
This project is licensed under the MIT license. See the LICENSE file for details.