Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daelsepara/sdl-dead

Down Among the Dead Men (Critical IF Gamebooks)
https://github.com/daelsepara/sdl-dead

critical-if game game-book gamebook gamebooks interactive-fiction sdl sdl2 virtual-reality-adventure

Last synced: about 6 hours ago
JSON representation

Down Among the Dead Men (Critical IF Gamebooks)

Awesome Lists containing this project

README

        

# Down Among the Dead Men (Critical IF Gamebooks)
[![C/C++ CI](https://github.com/daelsepara/sdl-dead/actions/workflows/DownAmongTheDeadMen.yml/badge.svg)](https://github.com/daelsepara/sdl-dead/actions/workflows/DownAmongTheDeadMen.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Release](https://img.shields.io/github/v/release/daelsepara/sdl-dead.svg)](https://img.shields.io/github/v/release/daelsepara/sdl-dead.svg)

This is an implementation of the **Down Among the Dead Men** game book (Critical IF Gamebooks) by [Dave Morris](https://fabledlands.blogspot.com/). The game is written in C/C++ and uses the [Simple DirectMedia Library (SDL)](https://www.libsdl.org/).

# Planned Features

- Keyboard friendly with Mouse and Gamepad support (**DONE**)
- Fully digitized gameplay (**DONE**)
- Quality of life improvements to record keeping (**PARTIAL**)
- Load / Save game at any point (**DONE**)
- Sound
- Multiplatform Linux/Windows/OSX (**PARTIAL**)

# Current Progress (Screenshots)

**Title screen**

![Title Screen](/screenshots/title-screen.png)

**About screen**

![About Screen](/screenshots/about-screen.png)

**Create Character**

![Create Character](/screenshots/create-character.png)

**Story screen (Main interface)**

![Story Screen](/screenshots/story-screen.png)

# Copyright Information

```
DEDICATED TO MICHAEL MOORCOCK

A Critical IF gamebook

Originally published 1993 by Reed Consumer Books Limited
Revised edition published 2013 by Fabled Lands Publishing an imprint of Fabled Lands LLP

Text copyright (c) 1993, 2013 Dave Morris
Map and interior illustrations (c) 1993 Leo Hartas
Cover by Jon Hogson (c) 2013 Fabled Lands LLP

The author has asserted his moral rights.

ISBN 978-1-909905-01-6
```

# Bugs

Feel free to report any bugs, issues, and/or suggestions. Thanks!

# Other Gamebooks implemented with SDL

- [Necklace of Skulls](https://www.github.com/daelsepara/sdl-skulls)
- [Heart of Ice](https://www.github.com/daelsepara/sdl-heart)
- [Green Blood](https://www.github.com/daelsepara/sdl-green)
- [Once Upon a Time in Arabia](https://www.github.com/daelsepara/sdl-arabia)
- [The Coils of Hate](https://www.github.com/daelsepara/sdl-coils)