zork-ts 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Zork I: The Great Underground Empire - TypeScript Edition
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<a href="https://github.com/jsredmond/zork-ts/releases"><img alt="Release" src="https://img.shields.io/github/v/release/jsredmond/zork-ts"></a>
|
|
5
|
+
<a href="https://github.com/jsredmond/zork-ts/actions/workflows/lint.yml"><img alt="Lint" src="https://github.com/jsredmond/zork-ts/actions/workflows/lint.yml/badge.svg"></a>
|
|
6
|
+
<a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
|
|
7
|
+
<a href="https://www.npmjs.com/package/zork-ts"><img alt="npm" src="https://img.shields.io/npm/v/zork-ts"></a>
|
|
8
|
+
<a href="https://nodejs.org/"><img alt="Node.js" src="https://img.shields.io/badge/Node.js-%3E%3D25.0.3-green"></a>
|
|
9
|
+
</p>
|
|
10
|
+
|
|
3
11
|
A faithful TypeScript recreation of the classic 1980 interactive fiction game by Infocom.
|
|
4
12
|
|
|
5
13
|
> *"You are standing in an open field west of a white house, with a boarded front door. There is a small mailbox here."*
|
|
@@ -54,7 +62,7 @@ Zork I is a text adventure game where you explore an underground empire, solve p
|
|
|
54
62
|
|
|
55
63
|
## Requirements
|
|
56
64
|
|
|
57
|
-
- Node.js
|
|
65
|
+
- Node.js 25.0.3 or higher
|
|
58
66
|
|
|
59
67
|
## About This Implementation
|
|
60
68
|
|