An open API service indexing awesome lists of open source software.

https://github.com/n08i40k/another-mc

Another clone of the game Minecraft :)
https://github.com/n08i40k/another-mc

cmake cpp minecraft opengl

Last synced: 4 months ago
JSON representation

Another clone of the game Minecraft :)

Awesome Lists containing this project

README

          




# 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](https://github.com/ninja-build/ninja))

```bash
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.