No description
  • Elixir 99.5%
  • Dockerfile 0.5%
Find a file
2025-09-26 19:28:56 +02:00
.vscode Initial commit 2025-08-29 16:40:17 +01:00
config feature-message-dupes (!4) 2025-09-05 00:13:04 +02:00
lib bugfix: flip jaro penalty (this fixes our message repetition equation acting weird) and fix typing information in Tree.XP.Message.t 2025-09-05 19:17:28 +01:00
priv/tree/docker fix(ci): typo in container image version 2025-08-29 21:43:31 +02:00
.formatter.exs feat(dx): config template for postgres 2025-08-29 20:37:43 +02:00
.gitignore Initial commit 2025-08-29 16:40:17 +01:00
.tool-versions Initial commit 2025-08-29 16:40:17 +01:00
license lowercase files 2025-09-26 19:28:56 +02:00
mix.exs feature/semantic-xp (!2) 2025-09-02 11:07:29 +02:00
mix.lock feature/semantic-xp (!2) 2025-09-02 11:07:29 +02:00
readme.md lowercase files 2025-09-26 19:28:56 +02:00

skji/tree

what if tree6? (but like, not as awful as the original)

screenshot from the game Antimatter Dimensions showing the achievement "Perks of living", which has a Path of Exile skill tree in the background

dependencies

  • elixir, preferably 1.18.x
  • a postgres db there are docker compose files to set one up
    to interact with them, use mix tree.docker, e.g. mix tree.docker up -d

configuration

create config/dev.secret.exs or config/prod.secret.exs depending on your environment

there are examples in dev.example.exs and prod.example.exs

for local development, this could look like: cp config/dev.{example,secret}.exs && $EDITOR config/dev.secret.exs