Skip to content

daelsepara/sdl-green

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Green Blood (Virtual Reality Adventure)

C/C++ CI License: GPL v3 Release

This is an implementation of the Green Blood game book (Virtual Reality Adventures) by Mark Smith. The game is written in C/C++ and uses the Simple DirectMedia Library (SDL).

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

About screen

About Screen

Create Character

Create Character

Story screen (Main interface)

Story Screen

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 Toronto

Text 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 Posen

ISBN 0 7497 1484 0

Bugs

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

Other Gamebooks implemented with SDL