b21e0dc211
which you drive around a 3D world picking up cargo, trundle it about, and deliver it for PROFIT; whilst avoiding disasters like falling off the rails, hitting other trains, bad weather, or privatisation. Imagine Elite but with trains instead of space craft. Cant believe no ones thought of it before. WWW: http://www.doof.me.uk/train-game/ PR: ports/171552 Submitted by: nemysis (self) Approved by: wg (mentor)
13 lines
148 B
Bash
13 lines
148 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
echo ""
|
|
echo -n "Which Train Game Map would You use?"
|
|
echo ""
|
|
ls %%DATADIR%%/maps
|
|
echo ""
|
|
read MAP
|
|
|
|
traingame play $MAP
|