This repository has been archived on 2026-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
BaseGame/README.md
2025-06-20 19:30:12 +01:00

446 B

BaseGame

The boilerplate code that all games are based on.

This makes it possible for the The Pain Jam Launcher to run your game properly.

Usage

This template contains the following files:

game.py: Your actual game code.

game.toml: Stores information about your game

For more information about how to use each of these files, check the documentation within each file.