acg9 / KobolAdventures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KobolAdventures

Kobol Adventures is a very simple Minecraft clone built with Java and LWJGL 2.9.1. It was built as the final project for my OOP class back in college, it uses Vertex Buffer Objects and some culling techniques to render at a reasonable speed.

Kobol menu

How to run

  1. Clone the repo
  2. Run:
# In macos or linux
./gradlew run

# in Windows
gradlew.bat run

About

License:MIT License


Languages

Language:Java 98.2%Language:Kotlin 1.8%