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 c1ca3a98cb Merge pull request 'Autosaves and Simplifying SaveLevelDataComponent' (#19) from autosaves into master 4 months ago
addons/save_load_system Renaming date_created to save_date and adding to save file instead of using file modified date 4 months ago
assets Adding autosave notification 4 months ago
autoloads Adding setting for disabling/enabling save screenshots 4 months ago
resources Adding missing resources after move 4 months ago
scenes Updating default save name text 4 months ago
.gitignore Removing data from gitignore 5 months ago
README.md Updating README 4 months ago
project.godot Removing jolt for now 4 months ago

README.md

Skyblock

Overview

Building a Minecraft clone of sorts to learn Godot.

Skyblock Screenshot

Key Bindings

Description Binding
Create block Left Click
Delete/Remove block Right Click
Throw block Q
Change selected block (next) .
Change selected block (previous) ,
Change selected block Scroll Wheel
Crouch Ctrl
Jump Space
Quick Load F6
Quick Save F5
Sprint/Run Shift

Acknowledgements