A Minecraft style clone in Godot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ryan Reed 980f895743 Renaming acceleration to camera_acceleration 1 month ago
assets Adding a (bad) leaves block with transparency 1 month ago
autoloads Add support for picking up dropped blocks (no inventory yet) 1 month ago
data_structure Minor formatting update 1 month ago
resources/blocks Adding a (bad) leaves block with transparency 1 month ago
scenes Renaming acceleration to camera_acceleration 1 month ago
.gitignore Removing data from gitignore 1 month ago
README.md Reworked README 1 month ago
icon.svg Initial commit 1 month ago
icon.svg.import Initial commit 1 month ago
project.godot Add support for picking up dropped blocks (no inventory yet) 1 month ago
root.tscn Creating InventoryManagement and moving QuickSlots MOSTLY to signals 1 month ago

README.md

Skyblock

Overview

Building a Minecraft clone of sorts to learn Godot.

This was initially based on Sable Spirit Studio's YT series but has evolved to be quite a bit different.