An open API service indexing awesome lists of open source software.

https://github.com/devsecfranklin/adventure

Colossal Cave Adventure
https://github.com/devsecfranklin/adventure

Last synced: about 1 year ago
JSON representation

Colossal Cave Adventure

Awesome Lists containing this project

README

          

# Colossal Cave Adventure

The game compiles with GNU Fortran:

```sh
gfortran -std=legacy -o advII advII.f
./advII
```