Skip to content

Credits


Music

Panzer Island uses music by Patrick de Arteaga, licensed under Creative Commons. His work is available at patrickdearteaga.com.


Testing framework

Unit and integration tests use GUT (Godot Unit Testing), an open-source test framework for Godot. GUT is developed and maintained by bitwes and available at github.com/bitwes/Gut.


Engine

Panzer Island is built with Godot Engine, developed by the Godot community and available at godotengine.org.


Python

Development tooling, asset generation, and the AI solver powering internal playtesting are all written in Python. This includes the guide asset rendering pipeline, the sprite compositing tools, the sound effect synthesizer, and the balance and stage verification scripts.

Python is developed by the Python Software Foundation and the wider open-source community. Available at python.org.

Key libraries used across the tooling:

  • Pillow - image processing and sprite compositing (python-pillow.org)
  • NumPy - numerical computation used in the solver and audio synthesis (numpy.org)
  • pytest - test runner for the Python tooling (pytest.org)

Site

This site is built with MkDocs and the Material for MkDocs theme, developed by squidfunk and available at squidfunk.github.io/mkdocs-material.