Waterkube

Underwater Archaeology game for Kubernetes

... but It also works in Docker or Terminal

Source Code

Game Loop

Find a Shallow or Deep coordinate

Shallow Send a Boat and a Diver
Deep Send a Boat and a Submarine

You get an Artifact

Combine
You get a more valuable Artifact
Combinable Artifacts have only one possible pair
Sell You get Money from a collector
Donate
You send the Artifact to the Museum
You get a new Boat in exchange for the donation

If you need more...

Money Sell more
Boat Donate more
Diver Hire for $ 50
Submarine Buy for $ 100

How to setup?

Configuration in environment variables or .env file

APP_ADDR
Application Address
:4000
APP_URL
Application URL
http://127.0.0.1:4000
REDIS_URL
Redis URL
redis://127.0.0.1:6379/0
REDIS_KEY_PREFIX
Redis Key Prefix
waterkube:

How to play?

Game commands

Map Create map create
Map Delete map delete
Artifact Combine artifact combine <artifactName1> <artifactName2>
Artifact Donate artifact donate <artifactNames...>
Artifact Sell artifact sell <artifactNames...>
Diver Explore diver explore <gridNames...>
Diver Hire diver hire
Submarine Explore submarine explore <gridNames...>
Submarine Buy submarine buy