Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.8 KB

README.md

File metadata and controls

51 lines (38 loc) · 2.8 KB

⚠️ This project is still in early development! Feel free to poke around the code, but there is no game here yet!

Spectral Shift

Dependency Review Autoformat and Lint

A 2D puzzle adventure into color and a reality ripped apart.

This game is under active development. It is intended to be the full-fledged version of Spectral Shift which was built during a 72-hour game jam.

Check out the Wiki for more information about the game and developer documentation.

Setting up for development

Things to install

The only required install is the game engine: Godot Engine 3.x

Other things to install are:

Setup instructions

  • Install the Godot Engine (required)
  • (Optional) Install the optional applications.
    • Asset creation and management are currently limited to the maintainers of this game due to the limited number of free seats in the asset management system.
    • Autoformatting, linting, static analysis, testing, builds, and code documentation generation happen automatically when you make a pull request on GitHub. However, these tools can be installed locally by running pip install -r .github/requirements.txt in the root of the repository.
    • Configure VSCode to be Godot's default code editor
  • Clone this repo with git clone https://github.com/Option-2-Games/Spectral-Shift.git
  • Launch Godot, and import the cloned repo

Start creating!