Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.62 KB

README.MD

File metadata and controls

45 lines (30 loc) · 1.62 KB

AnotherMC

Description

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.

Project Status

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.

Future plans

  • Implementing basic rendering features.
  • Adding a simple game world and basic mechanics.
  • Building client-server interaction.

Installation

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

Contribution

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.

License

This project is licensed under the MIT license. See the LICENSE file for details.