https://github.com/psvensson/golgotterath
An experimental isometric game engine written in Pharo Smalltalk.
https://github.com/psvensson/golgotterath
pharo pharo-smalltalk smalltalk
Last synced: 5 months ago
JSON representation
An experimental isometric game engine written in Pharo Smalltalk.
- Host: GitHub
- URL: https://github.com/psvensson/golgotterath
- Owner: psvensson
- License: mit
- Created: 2017-07-18T14:36:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T12:59:24.000Z (over 1 year ago)
- Last Synced: 2025-01-30T17:11:19.319Z (5 months ago)
- Topics: pharo, pharo-smalltalk, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 8.46 MB
- Stars: 34
- Watchers: 7
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golgotterath
I am an experimental isometric game engine written in Pharo Smalltalk.

## Loading
```
Metacello new
repository: 'github://psvensson/golgotterath:master';
baseline: 'Golgotterath';
load
```## Running
```
GameWindow open
```## In-game commands
Arrow keys up,down,left right move the player character
The numeric keyboard also move the player character in any of eight directions
i - show Inventory
g - get an item off the ground
d - drop item from inventory
w - wield a weapon
e - equip an armour
q - quaff a potion
f - fire ranged wewapon
o - open door at direction
You can hit monsters by moving onto them.