chore: Update README

This commit is contained in:
2025-08-19 08:52:58 +02:00
parent acb968813f
commit 760fb01156

View File

@@ -1 +1,21 @@
# Slopvivors # Slopvivors
Not AI-slop, but just regular slop survivors game.
# Build
Build using nix:
```console
$ nix build .#\slopvivors
```
# Development
Use nix to setup development environment. Contains godot and other useful tools.
```console
$ nix develop
$ godot project.godot
```