parp-smalltalk

Description

Assignment for Programing Paradigms course @ Warsaw University of Technology

Details

Source
GitHub
Forks
2
Created
Jan. 1, 2024
Updated
Jan. 14, 2024

Categories

Education / Howto

README excerpt

# Smalltalk Project
Text-based puzzle adventure game, written in GNU Smalltalk programming language.
Assignment for Programing Paradigms course @ Warsaw University of Technology.

[Example gameplay](./docs/playthrough.txt)

## Authors
* Mikołaj Garbowski
* Maksym Bieńkowski

## Installation
Requires `gst` GNU Smalltalk virtual machine to run.

```shell
sudo apt install gnu-smalltalk
```

## Run the game
```shell
./run
```

## Class diagram
![class diagram](./docs/class-diagram.png)
← Back to results