Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexknauth/hollow_knight_achievement_order_randomizer
Generating lists of achievements in random order within logic
https://github.com/alexknauth/hollow_knight_achievement_order_randomizer
Last synced: 15 days ago
JSON representation
Generating lists of achievements in random order within logic
- Host: GitHub
- URL: https://github.com/alexknauth/hollow_knight_achievement_order_randomizer
- Owner: AlexKnauth
- License: mit
- Created: 2024-10-30T08:18:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T05:40:25.000Z (17 days ago)
- Last Synced: 2024-12-22T06:24:52.627Z (17 days ago)
- Language: Racket
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# hollow_knight_achievement_order_randomizer
Generating lists of achievements in random order within logic.
By AlexKnauth and tigrin29.
## How to Install
Download the latest release for your operating system from: https://github.com/AlexKnauth/hollow_knight_achievement_order_randomizer/releases/latest
And extract from the zip file.
Troubleshooting:
- On Mac, if you get an error message saying `HollowKnightAchievementOrderRandomizer.app is damaged and can't be opened. You should move it to the Trash.`, you can fix it with the command: `xattr -d com.apple.quarantine HollowKnightAchievementOrderRandomizer.app`## How to Compile from Source
Install Racket: https://download.racket-lang.org/
Then you can either install through DrRacket or the command line terminal.
### DrRacket
Install through DrRacket's Package Manager:
1. File -> Package Manager...
2. Do What I Mean -> Package Source: https://github.com/AlexKnauth/hollow_knight_achievement_order_randomizer.git
3. Show Details -> Dependencies Mode: Auto
4. InstallFind and run through Open Require Path:
1. File -> Open Require Path...
2. hollow_knight_achievement_order_randomizer/main.rhm
3. Run### Command line terminal
Install:
```bash
raco pkg install --auto https://github.com/AlexKnauth/hollow_knight_achievement_order_randomizer.git
```Run:
```bash
racket -l hollow_knight_achievement_order_randomizer/main.rhm
```