Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kettek/jam-theme-submission
Hacky server for submitting game jam theme submissions
https://github.com/kettek/jam-theme-submission
Last synced: 19 days ago
JSON representation
Hacky server for submitting game jam theme submissions
- Host: GitHub
- URL: https://github.com/kettek/jam-theme-submission
- Owner: kettek
- License: gpl-3.0
- Created: 2023-12-15T05:15:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T10:43:19.000Z (about 1 year ago)
- Last Synced: 2024-06-19T18:12:50.049Z (7 months ago)
- Language: Go
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Jam Theme Submission
This software provides a web server for receiving theme submission entries for a game jam or otherwise.![screenshot!](screenshot.png)
## Settings
A settings JSON file will be generated on program start. The available fields are:* `Title`
* The title to use for the theme submission.
* `Text`
* Descriptive text shown on the submission page.
* `Entries`
* A number of entries to allow submission for. Obviously an end-user could submit more than once.
* `UseCaptcha`
* A boolean to indicate if a captcha should be required for submission or not. Note that captions reset only after 5 minutes have elapsed.
* `UseHeader`
* A boolean to indicate if a header image should be used. The image should be stored at `static/header.png`.
* `StartDate`
* An RFC 3339 date for when theme submissions are allowed.
* `EndDate`
* An RFC 3339 date for when theme submissions have ended.