2025-08-22 20:50:04 +02:00
2025-08-23 21:04:26 +02:00
2025-08-19 02:09:27 +02:00
2025-08-21 09:26:18 +02:00
2025-08-19 15:30:21 +02:00
2025-08-19 08:50:07 +02:00
2025-08-22 20:50:11 +02:00
2025-08-21 10:24:01 +02:00
2025-08-22 07:49:02 +02:00
2025-08-19 02:09:27 +02:00
2025-08-19 02:09:27 +02:00
2025-08-19 02:09:27 +02:00
2025-08-21 10:17:55 +02:00

Slopvivors

Not AI-slop, but just regular slop survivors game.

Run

Can be run easily with either docker, or nix.

Web-version using docker

Run the following command to run a web-server using docker.

In your browser, navigate to http://localhost:8080 to play.

$ docker run --rm -it -p 8080:8080 git.t-juice.club/torjus/slopvivors:latest

Linux version using nix

Desktop version can be run using nix flake.

$ nix run git+https://git.t-juice.club/torjus/slopvivors#slopvivors

Development

Use nix to setup development environment. Contains godot and other useful tools.

nix develop
godot project.godot

# slop-format runs gdformat on gdscript files, run before commit
slop-format

# slop-push pushes image with latest-tag to git.t-juice.club
slop-push
Description
No description provided
Readme 644 KiB
Languages
GDScript 88.7%
Nix 11.3%