Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 374 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 374 Bytes

Ævintýri

Text adventure game engine built with Hare.

Running

> hare run cmd/main.ha

Connecting

You can connect to the server with Telnet.

> telnet 0.0.0.0 7913
Trying 0.0.0.0...
Connected to 0.0.0.0
Escape character is '^]'.
+----------------------+
| Welcome to Ævintýri! |
+----------------------+

» █

Testing

> hare test