Updated README.md
This commit is contained in:
10
README.md
10
README.md
@ -1,18 +1,14 @@
|
|||||||
# BaseGame
|
# BaseGame
|
||||||
|
|
||||||
A template that all games should be based on.
|
The boilerplate code that all games are based on.
|
||||||
|
|
||||||
The idea is this will make it easier to integrate with [The Pain Jam Launcher](https://git.personal.imadumbass.dog/PainJam/PainJamLauncher).
|
This makes it possible for the [The Pain Jam Launcher](https://git.personal.imadumbass.dog/PainJam/PainJamLauncher) to run your game properly.
|
||||||
|
|
||||||
I have no idea how templates work so we just kinda balling with this one, team.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This template contains the following files:
|
This template contains the following files:
|
||||||
|
|
||||||
`__init__.py`: Your actual game code.
|
`game.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
|
`game.toml`: Stores information about your game
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user