17 lines
591 B
Markdown
17 lines
591 B
Markdown
# BaseGame
|
|
|
|
The boilerplate code that all games are based on.
|
|
|
|
This makes it possible for the [The Pain Jam Launcher](https://git.personal.imadumbass.dog/PainJam/PainJamLauncher) 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.
|
|
|
|
Make sure to edit / delete:
|
|
- `README.md`: To contain information about your game, rather than this.
|
|
- `TODO.md`: To contain your own TODOs.
|
|
|
|
For more information about how to use each of these files, check the documentation within each file. |