Assignment for WUT "Programming Paradigms" course. A simple text adventure game in Smalltalk.
```
+====================================+
| ''AHOY'' IS FIVE DOLLARS |
| A text adventure trading game. |
+====================================+
| | |
)_) )_) )_)
)___))___))___)
)____)____)_____)
_____|____|____|________
~~~~~~~\\ lvl 1 crook \\ /~~~~~~~
^^~^^ ^^^~~~~^^^^^~~^^^^^^^ ^^~~^~
^^^ ~~ ^^^^ ^^~ ~~~~
~~ ~~^^ ^~^ ~~ ^^~~^
by B.Moroz,J.Motyka,D.Sygocki, 2022
```
A text adventure game written in three flavours: [Haskell](https://github.com/MortonPL/wut-game-haskell), [Prolog](https://github.com/MortonPL/wut-game-prolog) and [Smalltalk](https://github.com/MortonPL/wut-game-smalltalk).