Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 580 Bytes

h-train

h-train is a simple train game, inspired by Rail Route, where you build tracks and dispatch trains between stations.

Building

The project was written using GHC 9.2.5 with cabal.

It uses the h-raylib library which might require additional libraries. In case of problems see h-raylib repo for more.

You can build the project with

cabal build

and run it with

cabal run