Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 679 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 679 Bytes

Mine-Plus-Plus

Minecraft-style game created using C++ and OpenGL

Showcase (old build)

Watch on YouTube - https://www.youtube.com/watch?v=qwb4X8jne1o

Multiplayer showcase (old build)

Watch on YouTube - https://www.youtube.com/watch?v=8IVDNCsKZX4

Done

  • Chunk render
  • Simple world generation
  • Build/destroy mechanic
  • Basic lighting
  • Shadows (Cascaded Shadow Maps)
  • First/third person controller with collision detection
  • Networking

Controls

  • WASD, mouse, lshift, lctrl - camera controls
  • Space - increase camera speed
  • P - on/off vsync
  • O - save map
  • L - load saved map
  • F3 - debug info

Todo

  • Better world generation
  • Audio
  • GUI
  • Refactoring