https://github.com/enricoschumann/nethacklogfiles
Read logfiles of the ancient game of Nethack.
https://github.com/enricoschumann/nethacklogfiles
nethack roguelike
Last synced: 3 months ago
JSON representation
Read logfiles of the ancient game of Nethack.
- Host: GitHub
- URL: https://github.com/enricoschumann/nethacklogfiles
- Owner: enricoschumann
- Created: 2016-03-20T08:16:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T09:05:13.000Z (4 months ago)
- Last Synced: 2025-01-07T10:21:25.130Z (4 months ago)
- Topics: nethack, roguelike
- Language: R
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
# NethackLogfiles
## About NethackLogfiles
Read logfiles of the most-ancient game of 'Nethack'.
The package provides functions for parsing logfiles
and xlogfiles. Abbreviations in those files (such as
character class and alignment) can be expanded.----
--... ---
...... --.-- ----
....^-- |...| .---- |..|
--.......---- |...- -...--- --..--
-#*........|.----...--- |.....| |....|
--.----.........--.....-- -....| --..--
|<.| -...............| |....- |.--
-.)| -..............-- |.....|--.|
.-- ...........^...|---.|.|.||..|
..............--....| |.||.--
|................--..---- |.|-.----------
--..[)..[.........^..-- |.|........d.).
---....[.-.-.-.....----- |....---------.
|....................-- ------
|.......---------.....|
|........| ...|
---.>...-- ---
--.----
---
Enrico the Conjurer St:25 Dx:13 Co:16 In:20 Wi:11 Ch:8 Chaotic
Dlvl:4 $:70 HP:29(29) Pw:13(42) AC:7 Xp:4 Burdened## Installation
The latest *development* version is available from
[https://enricoschumann.net/R/packages/NethackLogfiles/](https://enricoschumann.net/R/packages/NethackLogfiles/). You
can install either version directly from within R:install.packages('NethackLogfiles', ## development version
repos = c('https://enricoschumann.net/R',
getOption('repos')))There is a publicly-available code repository at
[https://git.sr.ht/~enricoschumann/NethackLogfiles](https://git.sr.ht/~enricoschumann/NethackLogfiles)