adventure

Classic Colossal Cave Adventure

UNLICENSE License

Stars
64

Bot releases are visible (Hide)

adventure - Colossal Cave Adventure v4.2 Latest Release

Published by github-actions[bot] about 1 year ago

Changes

  • Update README and manual to focus on the story and game, the origin
    has its own place and need not be repeated everywhere. Lead with
    the classic game intro.
  • Update maintainer surname and project name: advent4 -> adventure
  • Add map.jpg from https://rickadams.org/adventure/e_downloads.html
  • Add Dockerfile and auto-builder for tiny containers
  • Shrink stack usage for gettrav()
  • Log save game filename in error and status messages

Fixes

  • Fix out-of-bounds problems reported in issue #2
    • Some of these fixes affect game play, e.g. moving things should now
      actually work, in particular for "odd" objects. (What isn't odd in
      the Colossal Cave?)
  • Fix lots of other out-of-bounds issues found by Coverity Scan
  • Use SEEK_SET with fseek() instead of 0
  • Fix missing game data when built with --disable-builtin
adventure - Colossal Cave Adventure v4.1

Published by troglobit over 4 years ago

  • Change narrative back to original, start outside building
  • Change prompt slightly, add space after '>'
  • Fix verb matching that broke in 4.0, issue #1
  • Fix game restore that broke in 4.0
  • Change save game to default to use ~/.adventure
  • Add .desktop entry
  • Initial Debian packaging

Packages for Debian 10, and compatible Ubuntu releases, available at https://deb.troglobit.com/

adventure - Colossal Cave Adventure v4.0

Published by troglobit almost 6 years ago

Bug fixed and cleaned up.

Badges
Extracted from project README
License Badge GitHub Status Coverity Status