wut-game-smalltalk

Description

Assignment for WUT "Programming Paradigms" course. A simple text adventure game in Smalltalk.

Details

Source
GitHub
Created
May 14, 2023
Updated
Jan. 7, 2025
Topics
smalltalk text-adventure-game warsaw-university-of-technology

Categories

Games Education / Howto

README excerpt

```
+====================================+
|      ''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).
← Back to results