Retro-Craft
Retro-Craft copied to clipboard
🎮Retro Craft - a mini minecraft clone without libraries with an 80's theme
Retro Craft
A Voxel based game that uses no libraries that has an 80's theme. This means that No libraries or frameworks like openGL or Unity were used [Up to v0.5 where I added netty for networking]
How to install
Just go to releases and download the jar OR CLICK HERE TO DOWNLOAD THE JAR
How to play
W = forwards
S = backwards
A = left
D = right
left mouse button = break block
right mouse button = place block
right arrow key = changed block placed
Development
Things to add
- Entities
- Multiplayer support
- Fix mouse issue for windows
- make ticks more consitant
- Fragment up the Minecraft class so it's more understable
- Title screen
- Chunkize the world
- Make particles
- Generate trees
- Make it so you swim in lava
- Make it so Bigger Y = higher up
Versions
v0.1.5
It's just a bad version of minecraft, example
v0.2.0
v0.2.1
- Added the ability to change different block types
- Fix grass spawning throughout all dirt blocks
Issuses Still around
- windows doesn't set the location of the mouse correctly
v0.3.0
- Add tnt that explodes in chain
- Add glass
- String rendering engine
- added cross hair
v0.4.0
- Water that flows
- lava that flows
v0.4.5
- water is now naturally generated in the land
- there is a preview of what block you'll place
Renamed to Retro Craft
Because it sounded better
v0.5.0 [2/11/2022]
- Added sprites
- Add Multiplayer abilities
- remove mouse control
- Move project to use maven