https://github.com/docwhat/screams-into-the-void
A game
https://github.com/docwhat/screams-into-the-void
game godot godot4
Last synced: 5 months ago
JSON representation
A game
- Host: GitHub
- URL: https://github.com/docwhat/screams-into-the-void
- Owner: docwhat
- License: other
- Created: 2025-08-19T22:05:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-16T22:29:52.000Z (7 months ago)
- Last Synced: 2025-12-20T10:16:03.156Z (7 months ago)
- Topics: game, godot, godot4
- Language: GDScript
- Homepage: https://void.docwhat.org/
- Size: 13.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# screams-into-the-void
A vIdiot Game
## Contributing
_If you contribute, be warned that I do not have a permissive license. This is
not Open Source._
Prerequisites:
- Install [mise-en-place](https://mise.jdx.dev) (pronounced _MEEZ ahn plahs_).
- Run `mise install` to get all the required tools.
- Install [Godot](https://godotengine.org) (currently, 4.5 minimum).
Once you have `mise` installed, you can ask it for the list of tasks it has:
```sh
# This is what it looked like when I wrote this.
❯ mise tasks
Name Description
clean Clean all exported builds and other cruft
deploy-web Deploy the web version to void.docwhat.org
export-all Export all platforms to export/
export-linux Export the Linux version to export/linux/
export-macos Export the macOS version to export/macos/
export-web Export the web version to export/web/
export-windows Export the Windows version to export/windows/
game Run the game
godot Run the Godot editor
post-push
pre-commit
report Show the latest report
test Run the tests
```
## Copyright & License
Copyright (c) 2025 by Christian Holtje
You may look at this code this under the terms of the CC-by-nc-nd 4.0 license.