Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daelsepara/sdl-coils
Coils of Hate (Virtual Reality Adventure)
https://github.com/daelsepara/sdl-coils
game game-book gamebook gamebooks interactive-fiction sdl sdl2 virtual-reality-adventure
Last synced: about 5 hours ago
JSON representation
Coils of Hate (Virtual Reality Adventure)
- Host: GitHub
- URL: https://github.com/daelsepara/sdl-coils
- Owner: daelsepara
- License: gpl-3.0
- Created: 2021-06-17T05:51:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T11:38:41.000Z (3 months ago)
- Last Synced: 2024-08-17T19:13:03.836Z (3 months ago)
- Topics: game, game-book, gamebook, gamebooks, interactive-fiction, sdl, sdl2, virtual-reality-adventure
- Language: C++
- Homepage:
- Size: 46.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coils of Hate (Virtual Reality Adventure)
[![C/C++ CI](https://github.com/daelsepara/sdl-coils/actions/workflows/CoilsOfHate.yml/badge.svg)](https://github.com/daelsepara/sdl-coils/actions/workflows/CoilsOfHate.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-coils.svg)](https://img.shields.io/github/v/release/daelsepara/sdl-coils.svg)This is an implementation of the **The Coils of Hate** game book (Virtual Reality Adventures) by Mark Smith. 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
```
Published 1993 by Mammoth an imprint of Reed Consumer Books Limited
Michelin Home, 81 Fulham Road, London SW3 6RB and Auckland, Melbourne, Singapore and TorontoText copyright (c) 1993 Dave Morris and Mark Smith
Illustrations copyright (c) 1993 Terry Oakes
Map copyright (c) 1993 Leo Hartas
Cover illusration (c) 1993 Mike PosenISBN 0 7497 1486 7
```# 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)
- [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)