https://github.com/elldritch/cosmic-express-solver
A solver for levels from the video game Cosmic Express.
https://github.com/elldritch/cosmic-express-solver
Last synced: 2 months ago
JSON representation
A solver for levels from the video game Cosmic Express.
- Host: GitHub
- URL: https://github.com/elldritch/cosmic-express-solver
- Owner: elldritch
- Created: 2023-11-07T09:25:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T11:40:52.000Z (over 2 years ago)
- Last Synced: 2025-01-06T16:26:17.157Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cosmic-express-solver
Solves puzzles from [Cosmic Express](https://store.steampowered.com/app/583270/Cosmic_Express/).
## Usage
```
cosmic-solver
--datadir path_to_output_folder
--constellation andromeda
--level 1
```
Results are saved and cached in `datadir`.
```
datadir/
andromeda/
1/
answer.json
```