https://github.com/daelsepara/blood-sword
An SDL Implementation of the Blood Sword gamebooks by Dave Morris and Oliver Johnson
https://github.com/daelsepara/blood-sword
blood-sword bloodsword computer-games crpg game game-book gamebook games rpg sdl sdl2
Last synced: 4 months ago
JSON representation
An SDL Implementation of the Blood Sword gamebooks by Dave Morris and Oliver Johnson
- Host: GitHub
- URL: https://github.com/daelsepara/blood-sword
- Owner: daelsepara
- License: gpl-3.0
- Created: 2021-10-13T12:18:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T14:22:07.000Z (about 2 years ago)
- Last Synced: 2024-12-29T10:14:04.788Z (6 months ago)
- Topics: blood-sword, bloodsword, computer-games, crpg, game, game-book, gamebook, games, rpg, sdl, sdl2
- Language: C++
- Homepage:
- Size: 7.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blood Sword (Work-In-Progress)

This is an SDL Implementation of the Blood Sword gamebooks by Dave Morris and Oliver Johnson.
## Current Progress
**Create Party**

**Combat Screen**

**Pathfinding (PC/NPC)**

**Fight/Shoot**

**Use Ability**

**Call a spell to mind / Cast a spell in mind**


**Story Screen**

**Choice Screen**

**Test Attribute**

**Manage Party**



## Character classes in implemented in combat
- Warrior (**DONE**)
- Trickster (**DONE**)
- Sage (**DONE**)
- Enchanter (**DONE**)## Story/Choice Mode Progress
- Sage Healing (**DONE**)
- Enchanter Call to Mind (**DONE**)## Debugging
**Testing Combat**
```
./BloodSword.exe combat
```**Jump to story section in Book 1**
```
./BloodSword.exe [section number]
```