Modified template to fit game

This commit is contained in:
2025-06-16 20:03:04 +01:00
parent 2b6cfd6b9e
commit cc99f00537
2 changed files with 5 additions and 22 deletions

View File

@ -1,19 +1,3 @@
# BaseGame
# PingPongPain
A template that all games should be based on.
The idea is this will make it easier to integrate with [The Pain Jam Launcher](https://git.personal.imadumbass.dog/PainJam/PainJamLauncher).
I have no idea how templates work so we just kinda balling with this one, team.
## Usage
This template contains the following files:
`__init__.py`: Your actual game code.
`__main__.py`: The standalone launcher. This should not be changed as this file is not ran when using an external launcher.
`game.toml`: Stores information about your game
For more information about how to use each of these files, check the documentation within each file.
It's pong. But it hurts.