Lars Mueller 6d7ee1994b
Some checks failed
code_checks / check_format (push) Has been cancelled
code_checks / lint (push) Has been cancelled
Fix spaces not rendering correctly
2024-11-26 22:33:41 +01:00
2022-11-16 09:42:16 +01:00
2024-11-26 22:33:41 +01:00
2022-11-16 09:42:16 +01:00
2022-11-19 12:52:16 +01:00
2022-11-12 19:17:56 +01:00
2022-11-06 11:25:48 +01:00
2024-11-26 22:23:46 +01:00

Spiraling Down

A Luanti Game for the 2022 Luanti (then Minetest) Game Jam.

Playing

Get it on ContentDB

Requires Luanti 5.10.0.

  • CPU with a PassMark Single Thread Rating of approximately 2000 or more (e.g. AMD Ryzen 5 3500U)
  • At least 2 GB of free RAM
  • About 1 GB of free disk

Developing

Installation

  1. Enter your games folder
    • Standard Linux installation: cd ~/.minetest/games
  2. Clone the game & enter the folder:
    1. git clone https://github.com/spiraling-down/game spiraling_down
    2. cd spiraling_down
  3. Initialize submodules: git submodule update --init --recursive

Requirements

Each mod needs to have its own .luacheckrc to be linted; all mods (except for submodules / 3rd party mods, which are explicitly ignored using .styluaignore) are checked for proper formatting using stylua --check .; to format your mods, you can use stylua <mod folder> or the Visual Studio Code extension.

You can run ./utils/code_checks.sh to apply the same checks locally (and more efficiently) without needing a GitHub CI runner.

License

Description
No description provided
Readme 12 MiB
Languages
Lua 99.7%
Shell 0.3%