An open API service indexing awesome lists of open source software.

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

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.