Skip to content
/ gladrl Public

A simple ncurses-based game engine written as a kind of Rust self-tutorial. Runs on top of the assets for the classic 1995 DOS game "Gladiator".

License

Notifications You must be signed in to change notification settings

riscy/gladrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GladRL

https://travis-ci.org/riscy/gladrl.svg?branch=master

img/screenshot.png

Table of Contents

Description

GladRL is a simple ASCII (ncurses-based) game engine written as a kind of Rust self-tutorial. I didn’t write any of the game content. Instead, GladRL runs on top of the assets for the classic 1995 DOS game “Gladiator” by Forgotten Sages games, now GPL-licensed and maintained as OpenGlad.

Install

  1. Install Rust.
  2. Type make run

Playing

The game runs until your team is defeated. The easiest way to play is to just press ; repeatedly, and the game will play itself for you. Otherwise use the Nethack-like control scheme described below, or modify config/keybindings.csv to your liking.

Getting/reading help:

?access online help
<scroll the log pane up
>scroll the log pane down

Moving around:

;let the AI decide
kgo north
ugo northeast
lgo east
ngo southeast
jgo south
bgo southwest
hgo west
ygo northwest
.wait or use portal
Kturn north
Uturn northeast
Lturn east
Nturn southeast
Jturn south
Bturn southwest
Hturn west
Yturn northwest

Specials:

zuse your current special
sswitch your current special
ddrop an item
isee inventory

Team:

Dtell your team to defend a spot
Ftell your team to follow you
Atell your team to attack
Rtell your team to retreat
`switch to the next character
1switch to character 1
2switch to character 2
3switch to character 3
4switch to character 4
5switch to character 5
6switch to character 6
7switch to character 7
8switch to character 8
9switch to character 9

References

About

A simple ncurses-based game engine written as a kind of Rust self-tutorial. Runs on top of the assets for the classic 1995 DOS game "Gladiator".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages