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 :)
- Host: GitHub
- URL: https://github.com/n08i40k/another-mc
- Owner: n08i40k
- Created: 2024-08-09T10:33:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T14:09:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T23:26:01.142Z (over 1 year ago)
- Topics: cmake, cpp, minecraft, opengl
- Language: C++
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.