https://github.com/bduggan/anna
Anna Karenina Roguelike
https://github.com/bduggan/anna
roguelike
Last synced: 2 months ago
JSON representation
Anna Karenina Roguelike
- Host: GitHub
- URL: https://github.com/bduggan/anna
- Owner: bduggan
- License: mit
- Created: 2019-09-07T17:21:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T17:39:12.000Z (over 5 years ago)
- Last Synced: 2025-01-22T01:28:28.748Z (4 months ago)
- Topics: roguelike
- Language: Perl 6
- Size: 717 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anna Karenina Rogue
Try to keep up with people in society
# Quick start
1. Install Perl 6 and zef
2. `zef install Terminal::Print`
3. `./anna`# Notes
If there are too many characters and you can't keep up,
increase the maximum number of threads:```
RAKUDO_MAX_THREADS=200 ./anna
```Also, there is a fast mode.
```
RAKUDO_MAX_THREADS=200 ./anna --fast
```