git @ Cat's Eye Technologies Chrysoberyl / fee7c81
Clean up and interlink Games article. Chris Pressey 7 years ago
3 changed file(s) with 81 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
00 Games
11 =====
22
3 * common auspices: Cat's Eye Technologies
4 * common authors: Chris Pressey
5 * common development-stage: mature
36 * common type: Game
4 * common authors: Chris Pressey
5 * common auspices: Cat's Eye Technologies
6 * common development-stage: mature
77
88 Here are some games developed by Cat's Eye Technologies. A game is anything you can play, but
99 most of these are meant to be played on a computer. Some can even be played online here, in your web browser.
6161
6262 * genre: Roguelike
6363 * inception-date: ca Sep 2000
64 * reference distribution: [Corona: Realm of Magic distribution](/distribution/Corona: Realm of Magic distribution)
6465 * development-stage: archival
65 * reference distribution: [Corona: Realm of Magic distribution](/distribution/Corona: Realm of Magic distribution)
6666
6767 Corona: Realm of Magic is an unfinished roguelike written in
6868 [Perl][]. It was written on top of a framework
106106
107107 * genre: Logic
108108 * inception-date: ca 1999
109 * reference distribution: [Super Wumpus Land distribution](/distribution/Super Wumpus Land distribution)
109110 * online @ [catseye.tc](http://catseye.tc/installation/Super_Wumpus_Land)
110 * reference distribution: [Super Wumpus Land distribution](/distribution/Super Wumpus Land distribution)
111111
112112 Super Wumpus Land is an "extended dance mix" version of Gregory Yob's
113113 [Hunt the Wumpus][]. It's playable in your web browser in a simulation
134134
135135 * genre: Philosophy
136136 * inception-date: 2015
137 * reference distribution: [The New Gamerly Realism distribution](/distribution/The New Gamerly Realism distribution)
137138 * online @ [catseye.tc](http://catseye.tc/installation/The_New_Gamerly_Realism)
138 * reference distribution: [The New Gamerly Realism distribution](/distribution/The New Gamerly Realism distribution)
139139
140140 Only when the conscious habit of coding culture's little interactions,
141141 Marios and Lara Crofts in games disappears
225225 ### Flip
226226
227227 * genre: Guessing
228 * inception-date: 1977
228229 * authors: John S. James
229230 * auspices: Unknown
230231 * specification-link: [www.atariarchives.org](http://www.atariarchives.org/morebasicgames/showpage.php?page=61)
231 * inception-date: 1977
232232
233233 Flip is a very simple computer game by John S. James which first appeared
234234 in the March/April 1977 edition of _Creative Computing_.
260260 2-dimensional grid", and decided to design one that was based on
261261 a world less orthogonal.
262262
263 ### Implementation: wumpus.erl
263 #### Implementation: wumpus.erl
264264
265265 * in-distribution: [wumpus.erl distribution](/distribution/wumpus.erl distribution)
266266 * license: BSD license
270270 ### Sokoban
271271
272272 * genre: Puzzle
273 * wikipedia: [Sokoban](https://en.wikipedia.org/wiki/Sokoban)
274273 * authors: Hiroyuki Imabayashi
275274 * auspices: Unknown
275 * wikipedia: [Sokoban](https://en.wikipedia.org/wiki/Sokoban)
276276
277277 Sokoban is the classic Japanese game about lean manufacturing (well, sort of).
278278
296296
297297 - - - -
298298
299 [Commodore 64]: http://catseye.tc/article/Retrocomputing#commodore-64
299 [Commodore 64]: article/Retrocomputing.md#commodore-64
300300 [Ophis Assembler]: TBD
301301 [Mini Game Compo 2009]: TBD
302302 [Perl]: TBD
303 [Hunt the Wumpus]: TBD
304 [Commodore VIC-20]: TBD
303 [Hunt the Wumpus]: article/Games.md#hunt-the-wumpus
304 [Commodore VIC-20]: article/Retrocomputing.md#commodore-vic-20
305
0 Video game (schema)
1 ===================
2
3 This is a schema which defines, for now, a few rudimentary things about
4 what properties Game entries in Chrysoberyl should have.
5
6 The order in which they are listed here induces an order in which they
7 should appear on each entry.
8
9 ### subtitle
10
11 * optional: true
12
13 subtitle
14
15 ### genre
16
17 genre (nominal)
18
19 ### inception-date
20
21 * optional: true
22
23 date
24
25 ### reference distribution
26
27 * optional: true
28
29 reference distrbution
30
31 ### online
32
33 * optional: true
34 * multiple: true
35
36 Multiple may occur.
37
38 ### authors
39
40 * optional: true
41
42 authors
43
44 ### auspices
45
46 * optional: true
47
48 auspices
49
50 ### wikipedia
51
52 * optional: true
53
54 wikipedia
55
56 ### development-stage
57
58 * optional: true
59
60 wikipedia
61
62 ### specification-link
63
64 * optional: true
65
66 specification-link
67
2525 "article/Electronics Projects.md" \
2626 --rewrite-markdown || exit 1
2727
28 exit 0
29
3028 feedmark --input-refdex=refdex.json \
3129 --check-against-schema="schema/Game.md" \
3230 "article/Games.md" \