shanesully / MineCraftMini

MineCraft clone in Java and OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MineCraft Mini

Minecraft

Features

  • MineCraft Lite in Java and OpenGL
  • Physics simulation, water simulation
  • Perlin noise algorithm to generate maps
  • Directional flood-fill to optimize rendering
  • Randomized caves, lakes

Installation

Build on Mac OS X. Scripts can be adapted for Windows. LWJGL libraries not included for linux.

Run ./build.sh to build

Use ./run.sh to run

Gameplay

WASD - to move

F - for fullscreen

Space - to jump

License

Copyright 2014 Yu Xuan Liu. All rights reserved. Content licensed under the GNU General Public License v3.0

About

MineCraft clone in Java and OpenGL.

License:GNU General Public License v3.0


Languages

Language:Java 99.4%Language:Shell 0.6%