https://github.com/subwayman/jamegam
The bros' repository for the game "Nautical Twilight", for the 2021 PixelPad Game Jam.
https://github.com/subwayman/jamegam
boss-battle exploration-game game-development original-artwork pixelpad python
Last synced: 11 months ago
JSON representation
The bros' repository for the game "Nautical Twilight", for the 2021 PixelPad Game Jam.
- Host: GitHub
- URL: https://github.com/subwayman/jamegam
- Owner: SubwayMan
- Created: 2021-03-11T23:47:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T19:17:09.000Z (about 5 years ago)
- Last Synced: 2025-05-30T08:50:50.971Z (about 1 year ago)
- Topics: boss-battle, exploration-game, game-development, original-artwork, pixelpad, python
- Language: Python
- Homepage:
- Size: 9.63 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nautical Twilight
Repository for the 2021 PixelPad Game Jam.
### Contributing
The code in the repository is *formatted* for easier collaboration and legibility.
### For Contributors
To format your .pp2d file, do the following:
- place your pp2d file in the **dataparse** directory. Any pp2d files there are automatically gitignored.
- run the inp.py script, with the syntax
`py inp.py pixpadfile outputfile`
- Name the output file source.txt, unless specified otherwise.
- This will automatically place the output file into the `source` directory.
- Changes can now be commited and pushed.
To change the source files into a useable .pp2d file, run the following:
`py out.py sourcefile pixelpadfile`
This will place a .pp2d file in the `dataparse` directory that you can now upload to the web to modify.
- In the commands, `pixelpadfile` must have the extension `.pp2d`.
- `outputfile` and `sourcefile` will almost always be named `source.txt`.
### For the public
- Follow the steps above, but `fork` the repository first. If you have made changes that you want to see in the base game, you're free to submit a **pull request**, but keep in mind that this project is pretty much done and pull requests will most likely be ignored.
### Conditions
- No liability or warranty is provided with distribution of this software. We in no way claim ownership of PixelPad engine or any of its affiliates.