Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e851ab18c4 | |||
| 5979eb0604 |
Vendored
+4
@@ -11,6 +11,7 @@
|
|||||||
"Infocom",
|
"Infocom",
|
||||||
"INTEGRALBIT",
|
"INTEGRALBIT",
|
||||||
"ldesc",
|
"ldesc",
|
||||||
|
"libportaudio",
|
||||||
"LIGHTBIT",
|
"LIGHTBIT",
|
||||||
"MUNGEDBIT",
|
"MUNGEDBIT",
|
||||||
"NARTICLEBIT",
|
"NARTICLEBIT",
|
||||||
@@ -19,10 +20,13 @@
|
|||||||
"OPENBIT",
|
"OPENBIT",
|
||||||
"OPENWOLF",
|
"OPENWOLF",
|
||||||
"OUTSIDEBIT",
|
"OUTSIDEBIT",
|
||||||
|
"pipwin",
|
||||||
|
"portaudio",
|
||||||
"prosser",
|
"prosser",
|
||||||
"prsa",
|
"prsa",
|
||||||
"prsi",
|
"prsi",
|
||||||
"prso",
|
"prso",
|
||||||
|
"pyaudio",
|
||||||
"pycache",
|
"pycache",
|
||||||
"READBIT",
|
"READBIT",
|
||||||
"REVISITBIT",
|
"REVISITBIT",
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ The Earth opening sequence: wake up in your bedroom, find your gown and aspirin,
|
|||||||
|
|
||||||
## Project structure
|
## Project structure
|
||||||
|
|
||||||
```
|
```text
|
||||||
h2g2/
|
h2g2/
|
||||||
engine/ # Core game engine (parser, object model, game loop)
|
engine/ # Core game engine (parser, object model, game loop)
|
||||||
content/ # Game content (rooms, objects, puzzles)
|
content/ # Game content (rooms, objects, puzzles)
|
||||||
@@ -104,3 +104,10 @@ h2g2/
|
|||||||
*.zil # Original ZIL source code (Infocom, 1984)
|
*.zil # Original ZIL source code (Infocom, 1984)
|
||||||
docs/ # Original game manuals, maps, and story file (.z5)
|
docs/ # Original game manuals, maps, and story file (.z5)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Additional information Infocom Games
|
||||||
|
|
||||||
|
- Library of all Infocom games https://eblong.com/infocom/
|
||||||
|
- Open source Z-file game engine: https://gitlab.com/DavidGriffith/frotz
|
||||||
|
|||||||
Reference in New Issue
Block a user