No description
|
||
---|---|---|
src | ||
.drone.yml | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
icon.ico | ||
icon.svg | ||
LICENSE | ||
README.md |
Rust Kroz
This is an UNOFFICIAL attempt to rewrite (in Rust) the late 80s/early 90s text-mode action game series Kroz by Apogee Software founder Scott Miller.
The goal is to closely mimic the look and behavior of the original game, but not necessarily recreate it exactly. I plan on making the following changes to make it generally more accessible:
- Remove all the references to ordering/registration
- Combine every episode into one executable
- Enable returning to the main menu from the game
- Load custom levels/campaigns from external files
- A built-in level editor would be nice
- Load custom tile graphics from an external file
- Settings for things like sound volume and controls
- Game speed will be fixed, possibly configurable
- The original game's speed varied with CPU speed
- Improve control response
- Support Windows, Linux, macOS
- Possibly web and mobile platforms too
Building
- Install Rust
- Run
cargo build
orcargo run
License
The original "Kroz" copyright 1987 - 2022 Apogee Entertainment Inc. All trademarks and copyrights reserved.
This project has no affiliation with Apogee Entertainment Inc. and the code within is licensed under the GNU General Public License Version 3.