Skip to content

Vanderbull/Badger-Godot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badger-Godot

Badger-Godot is an platform game made using Godot engine and downloaded assets.

Setup basics ( work in progress )

If you are new to Git and Godot 4 I though that I would maybe give you some helpful beginners setup information here to get you started on Linux primarily.

  1. Install the application "git" on your development machine.
  2. Download Godot 4.2.1 from their website https://godotengine.org/ and unpack it or install it as a flatpak
  3. Clone the project as described below in the "Setup" section.

Setup

First, clone this repository:

Clone this repository

git clone https://github.com/Vanderbull/Badger-Godot.git

Download Godot 4.2.1 Save Godot executable to ~/Documents folder and run it from there

Setup dependencies

Godot version 4.2.1

Run project

Run Godot executable

Commit changes

Here there should be some guide how to commit changes to Github using git.

Useful to know file paths

user://

~/.local/share/godot/app_userdata/Badger-Godot

Screenshot from 2024-01-14 15-14-31 Screenshot from 2024-01-14 15-14-27

References

https://docs.godotengine.org/en/stable/tutorials/io/saving_games.html https://docs.godotengine.org/en/stable/tutorials/io/data_paths.html