Skip to content

JonTheBurger/SilverAndSteel

Repository files navigation

Silver And Steel

Silver & Steel is a game I'm using to explore the basics of Godot.

Getting Started

This section will cover how to setup the repo for development:

Bootstrapping

To install dependencies for your host system, run:

  • tools/bootstrap/install.ps1 on Windows (uses winget)
  • tools/bootstrap/install.sh on Mac or Linux (uses brew or system package manager)

This will install:

  • Dotnet
    • dotnet will be added to your machine's %PATH%
  • Git
    • Git & Unix Tools will be added to your machine's %PATH%
  • Godot
    • C:\opt\godot will be used as the root path
    • The %GODOT_BIN% env var will be set
  • Make
    • make will be added to your machine's %PATH%
  • Python3 (for GDLint and friends)
    • python will be added to your machine's %PATH%
  • VsCode

Setup

This project uses a top-level Makefile runner for convenience. Use make setup to setup git and install gdtoolkit into a .venv. Once this completes, simply open in the godot editor!

Check List

  • Extract AI, death logic, into Enemy
  • HSM Auto-lookup Initial

Asset Credits

About

A Game for exploring Godot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published