/smol-birb

Android game with flightless birds

Primary LanguageGDScript

.github/workflows/create-github-release.yml .github/workflows/publish-game-to-itch-io.yml

Godot compatible version: 4.1.2

Project setup

  1. Download Godot 4.1.2
  2. Install VC Redist (needed for Git plugin)
  3. Install Git for Windows
  4. Open Git Bash and configure your username and email
$ git config --global user.name "your name"
$ git config --global user.email your@email.com
  1. Open the project in godot and go to Project > Version Control > Version Control Settings and put your github credentials there (SSH key not needed)

  2. Go to Editor > Manage Export Templates > click Download and Install

  3. Configure hooks using git config --local core.hooksPath .githooks/

  4. You're ready to start developing features

Code guidelines

  • When adding new scenes, scripts or assets, adjust them to fit current structure
  • Use signals and build-in nodes and methods as ofter as you can

Used assets

Please keep up to date