Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 726 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 726 Bytes

🎮🚂 Drail: A terminal train game

Build

You can either build this app yourself (see both variants below) or just download a precompiled binary from the releases page.

Using DUB

  1. git clone https://github.com/voidblaster/Drail
  2. cd Drail
  3. dub build
  4. Now you can find the executable in the bin/ directory.

Using DUB (without Git)

  1. dub fetch Drail
  2. dub build Drail
  3. Now you can run the executable via dub run.

Dependencies

This program makes use of terminal.d taken from arsd by Adam D. Ruppe.