https://github.com/devsecfranklin/adventure
Colossal Cave Adventure
https://github.com/devsecfranklin/adventure
Last synced: about 1 year ago
JSON representation
Colossal Cave Adventure
- Host: GitHub
- URL: https://github.com/devsecfranklin/adventure
- Owner: devsecfranklin
- Created: 2022-07-19T01:30:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T01:32:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T22:11:18.519Z (over 1 year ago)
- Language: Fortran
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colossal Cave Adventure
The game compiles with GNU Fortran:
```sh
gfortran -std=legacy -o advII advII.f
./advII
```