OggyP / minecraft

Bad Minecraft Clone in C++ / OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft in C++ and OpenGL


Build Production Release

This is a bad Minecraft clone and my first OpenGL application I have made that wasn't from a tutorial.

Controls

The controls are the same as Minecraft's controls.

  • Use the mouse to look around.
  • W A S D to move around.
  • Space to jump
  • C to toggle flying
  • Left click to remove blocks
  • Right click to place blocks
  • F toggles fog

Features

  • Collision
  • Mining
  • Basic Lighting
  • Procedually generated terrain
  • More than one block type
  • Caves using 3D perlin noise
  • Fog

To do

  • Improve chunk loading
  • Make terrain generation use multiple block types
  • Don't render off screen chunks

About

Bad Minecraft Clone in C++ / OpenGL


Languages

Language:C++ 96.7%Language:Makefile 2.5%Language:Shell 0.8%Language:C 0.0%