Created Professional Repo

This commit is contained in:
Elijah Parker 2020-08-05 12:41:18 -06:00
parent e45021caba
commit 6025be6108
327 changed files with 41740 additions and 1 deletions

View file

@ -1,2 +1,35 @@
# Voxelcraft
Java Sandbox game
Java Voxelcraft Game
## About
Developed with Jason Roberts
Voxelcraft is a 3d java ray casting game. Survival and Creative modes are available so that the player can experience ultimate creative liberties, and a realistic experience.
### Gameplay
![Image Not Found](https://raw.githubusercontent.com/Dunemask/Voxelcraft/master/Voxelcraft.jpeg)
Walk or fly around to create structures and explore your world!
## Download and Run
### Requirements
This Project requires [Java](https://www.java.com/en/download/)
### Download
<div style="background-color:rgba(0, 0, 0, 0.0470588); text-align:left; padding:40px; border-radius:4px;">
<div style="margin:auto;">
[Download](https://raw.githubusercontent.com/Dunemask/Voxelcraft/master/Voxelcraft)
</div>
</div>
## Planned Features
* Resource Pack Support
* Faster/Smoother Rendering
* Multiplayer Support
* Infinite Terrain Generation
Source Code: [Voxelcraft](https://github.com/Dunemask/Voxelcraft)