Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 1.98 KB

readme.md

File metadata and controls

46 lines (23 loc) · 1.98 KB

Return to the Lost Adventures of Kroz

Introduction

This is a text adventure game that is a tribute to the original Kroz series of games. The original Kroz games were created by Scott Miller and published by Apogee Software. The original Kroz games were released in the late 1980s and early 1990s. This is an unofficial rewrite/remix of the original Kroz games in JavaScript (TypeScript).

The goal is mimic the original Kroz games, while proving a framework for new features and improvements. This version of Kroz is written in JavaScript (TypeScript) and uses the ROT.js library for the game engine using the original Kroz source code as a reference.

How to Play

The game is played in the browser. You can play the game by visiting the following URL: https://hypercubed.github.io/kroz/

Screenshots

Title Screen

Title Screen

Game Screen

Game Screen

Q&A

Q: Is this an Kroz emulator?

A: No. This is a rewrite of the original Kroz games in JavaScript (TypeScript). The original Kroz games were written in PASCAL.

Q: Why does X not work like the original Kroz?

A: This is a work in progress. The goal is to mimic the original Kroz games closely, but there may be differences. Timing will be particularly hard to get right.

Q: Can I contribute to this project?

A: Yes! Please feel free to fork this project and submit a pull request. I would love to have help with this project.

Q: Can I add a level?

A: Sure! The levels are defined in the levels.ts file. You can add a new level by adding a new object to the levels array.

License

The original "Kroz" copyright 1987 - 2022 Apogee Entertainment Inc. All trademarks and copyrights reserved. This project is a tribute to the original Kroz games and is not affiliated with Apogee Entertainment Inc. in any way.

This project is licensed under the MIT License. See the LICENSE file for details.