A lightweight, singleplayer-only Minecraft clone.
 
 
Go to file
Caroline Bell bfedfd9b47 you fucked it up 2019-09-18 15:17:41 -07:00
.settings I changed som stoof 2019-09-18 15:12:38 -07:00
lib Start using render engine stuff 2019-09-17 19:21:59 -07:00
resources I changed som stoof 2019-09-18 15:12:38 -07:00
src/com/github/halotroop/litecraft I changed som stoof 2019-09-18 15:12:38 -07:00
.classpath you fucked it up 2019-09-18 15:17:41 -07:00
.gitignore Maven setup 2019-09-16 19:35:18 -07:00
.project Maven setup 2019-09-16 19:35:18 -07:00
Readme.MD I changed som stoof 2019-09-18 15:12:38 -07:00
pom.xml I changed som stoof 2019-09-18 15:12:38 -07:00

Readme.MD

LiteCraft

A lightweight, singleplayer only Minecraft clone

Goals:

  • Learn the (old) Minecraft codebase inside and out
  • Practice Java and learn new techniques
  • Create a clone of Minecraft with as little original code and as many open-source libraries as possible

Planned Changes from Vanilla Minecraft

  • No more multiplayer. (It adds a lot of lines of code, as well as requiring an entirely different app for a server.)
  • No more "End" (It's a uniquely Minecraft thing, we need to distance ourselves from the IP a bit)
  • Pretty much any creature, monster, item, block, dimension that's unique to Minecraft will not be present either.