Incorporate the Some-Games-of-Note refdex into Chrysoberyl cleanup.
Chris Pressey
2 years ago
55 | 55 |
|
56 | 56 |
This version stars Rusty the Cat, from Intelligent Humour, as the protagonist.
|
57 | 57 |
|
58 | |
[Hunt the Wumpus]: https://catseye.tc/view/The-Dossier/article/Classic%20Computer%20Games.md#hunt-the-wumpus
|
59 | |
[Sokoban]: https://catseye.tc/view/The-Dossier/article/Classic%20Computer%20Games.md#sokoban
|
60 | |
[Flip]: https://catseye.tc/view/The-Dossier/article/Classic%20Computer%20Games.md#flip
|
61 | |
[Animals]: https://catseye.tc/view/The-Dossier/article/Classic%20Computer%20Games.md#animals
|
|
58 |
[Hunt the Wumpus]: https://github.com/cpressey/Some-Games-of-Note/blob/master/article/Classic%20Computer%20Games.md#hunt-the-wumpus
|
|
59 |
[Sokoban]: https://github.com/cpressey/Some-Games-of-Note/blob/master/article/Classic%20Computer%20Games.md#sokoban
|
|
60 |
[Flip]: https://github.com/cpressey/Some-Games-of-Note/blob/master/article/Classic%20Computer%20Games.md#flip
|
|
61 |
[Animals]: https://github.com/cpressey/Some-Games-of-Note/blob/master/article/Classic%20Computer%20Games.md#animals
|
62 | 62 |
[Erlang]: ../article/Project%20Dependencies.md#erlang
|
63 | 63 |
|
243 | 243 |
[Ophis Assembler]: ../article/Project%20Dependencies.md#ophis-assembler
|
244 | 244 |
[Mini Game Compo 2009]: ../article/Events.md#mini-game-compo-2009
|
245 | 245 |
[Perl]: ../article/Project%20Dependencies.md#perl
|
246 | |
[Hunt the Wumpus]: https://catseye.tc/view/The-Dossier/article/Classic%20Computer%20Games.md#hunt-the-wumpus
|
|
246 |
[Hunt the Wumpus]: https://github.com/cpressey/Some-Games-of-Note/blob/master/article/Classic%20Computer%20Games.md#hunt-the-wumpus
|
247 | 247 |
[ANSI Terminal]: ../article/Project%20Dependencies.md#ansi-terminal
|
248 | 248 |
[Javascript]: ../article/Project%20Dependencies.md#javascript
|
249 | 249 |
|
64 | 64 |
'misc-refdex/languages-refdex.json',
|
65 | 65 |
'misc-refdex/misc-refdex.json',
|
66 | 66 |
'misc-refdex/dossier-refdex.json',
|
|
67 |
'misc-refdex/sgon-refdex.json',
|
67 | 68 |
]
|
68 | 69 |
refdex = read_refdex_from(INPUT_REFDEXES)
|
69 | 70 |
accumulate_article_refdex(articles, refdex)
|