Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.1 KB

File metadata and controls

28 lines (20 loc) · 1.1 KB

Fake Minecraft

A 3D voxel-based game inspired by Minecraft, built using a custom version of the SGG (Simple Game Graphics) library. This project aims to recreate the core features of Minecraft, including terrain generation, block placement, and more, while allowing for experimentation with custom mechanics and optimizations.

Features

  • Voxel Terrain: Infinite terrain generation using procedural algorithms.
  • Block Placement & Destruction: Players can interact with the environment by placing and removing blocks.

Tech

The tools bellow were used to create my game:

  • [C++] - Visual Studio Tools? 🤔
  • [Math] - Read a book or something? 🤔
  • [Tears] 😭

Installation (Windows x64 Exclusively)

  • The game requires Cmake in order to compile.
  • You need the custom image of SGG library.
  • Also you need the MVSC compiler, trying to compile with MinGW will result in errors.
Dunno i just use CLion and you should too. Fuck Visual Studio...

License

MIT Free Software, Hell Yeah!