Waiting for the dark water
You have a container ship, and wish to gain a living from it. Buy and deliver what people want in the several port of this Sea.
The version uploaded into ludumdare lack a patch I made to the arcade library it need. The "microsoft windows" linked version include said patch.
You need to run the dark-water.bat after download to launch the game.
Moving the ship with wasd or ↑ ↓ → ← to move the ship:
- w or ↑ to move accelerate
- s or ↓ to slow down
- ad and → ← to turn the steering wheel (and eventually the ship)
- P to dock
I used
- piskel to create my graphics
- python and arcade for programming
- vcv rack for the music
- tiled to build the map
The version uploaded into ludumdare lack a patch I made to the arcade library it need. The "microsoft windows" linked version include said patch.
You need to run the dark-water.bat after download to launch the game.
Moving the ship with wasd or ↑ ↓ → ← to move the ship:
- w or ↑ to move accelerate
- s or ↓ to slow down
- ad and → ← to turn the steering wheel (and eventually the ship)
- P to dock
I used
- piskel to create my graphics
- python and arcade for programming
- vcv rack for the music
- tiled to build the map
Comments7
remi v3 May 2023, 18:32
Apparently, I didn't include the patch I made on the python arcade library I use in my game. (the one in this commit : https://github.com/vanicat/ludum53/commit/36fa0af0f27d9655e5287ea139da8fcde0c44341). So the uploaded version of the game do not register the fact you are in a port.
The one in the "Microsoft Windows" link as the bug fix.
The one in the "Microsoft Windows" link as the bug fix.
realwangziyang4 May 2023, 06:35
It's quite interesting to get familiar with the control of the ship.

Dan Allison4 May 2023, 17:18
I think it's a really unique take on ship controls, normally I feel like most games just make it work like any other vehicle so this a really cool way to approach it. Felt quite nice when I'd got the hang of it!

MPK906 May 2023, 18:12
I really like the controls of the ship once you understand them. Unfortunately, I somehow couldn't load or deliver any goods at the next port. Also in the game itself is no info except for the ship control itself.
- Next time please write the controls on the Ludum Dare page.
- Also leave there the info that you have to start the dark-water.bat and not the exe.
- Next time please write the controls on the Ludum Dare page.
- Also leave there the info that you have to start the dark-water.bat and not the exe.

cdunham11 May 2023, 04:32
Cool trading game, it would be nice to have a map to see where the different ports are instead of just hoping you'll come across one. Maybe having something like cargo that goes bad over time or having obstacles in the water would add some challenge to the gameplay. Quests to deliver certain cargo to certain ports would also be cool


Still fun to sail around!