The application has two modes.
To explore existing .gridlock files, run the application with a file path.
- The
--textoption can be used to print the parsed game directly to the terminal. By default, a TUI is used. - This program can be invoked with
stack run -- [--text] path/to/file.gridlock
To play, simply run the program without arguments
- Allows you to configure a gridlock game, play with 2 players, and save the resulting game if you choose.
stack run