https://github.com/daelsepara/sdl-heart
Heart of Ice (Critical IF Gamebooks) in SDL
https://github.com/daelsepara/sdl-heart
game game-book gamebook gamebooks interactive-fiction sdl sdl2
Last synced: 19 days ago
JSON representation
Heart of Ice (Critical IF Gamebooks) in SDL
- Host: GitHub
- URL: https://github.com/daelsepara/sdl-heart
- Owner: daelsepara
- License: gpl-3.0
- Created: 2021-05-22T05:39:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T07:08:27.000Z (9 months ago)
- Last Synced: 2025-03-27T02:38:39.682Z (about 1 month ago)
- Topics: game, game-book, gamebook, gamebooks, interactive-fiction, sdl, sdl2
- Language: C++
- Homepage:
- Size: 31.2 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heart of Ice (Critical IF Gamebooks)
[](https://github.com/daelsepara/sdl-heart/actions/workflows/HeartOfIce.yml)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://img.shields.io/github/v/release/daelsepara/sdl-heart.svg)This is an implementation of the **Heart of Ice** 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**

**About screen**

**Select Character**

**Skills Glossary**

**Story screen (Main interface)**


**Map screen**

**Making a choice**

**Adventure Sheet**

**Shop Screen**

**Inventory Screen**

**Loading and Saving Games**

# Copyright Information
```
DEDICATED TO JACK VANCEA Critical IF gamebook
Originally published 1994 by Reed Consumer Books Limited
Revised edition published 2013 by Fabled Lands Publishing an Imprint of Fabled Lands LLPText copyright (c) 1994, 2013 Dave Morris
Map copyright (c) 1994 Leo Hartas
Interior Illustrations (c) 1994 Russ Nicholson
Cover by Jon Hogson (c) 2013 Fabled Lands LLPThe author has asserted his moral rights.
ISBN 978-1-909905-00-9
```# 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)
- [Down Among the Dead Men](https://www.github.com/daelsepara/sdl-dead)
- [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)