{"id":18847798,"url":"https://github.com/interkosmos/fortran-fun","last_synced_at":"2026-02-28T19:01:53.052Z","repository":{"id":233019282,"uuid":"785800210","full_name":"interkosmos/fortran-fun","owner":"interkosmos","description":"Text-based computer games in Fortran","archived":false,"fork":false,"pushed_at":"2024-04-13T19:03:01.000Z","size":43,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T13:32:05.986Z","etag":null,"topics":["basic-computer-games","computer-games","fortran","games"],"latest_commit_sha":null,"homepage":"","language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interkosmos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-12T16:45:53.000Z","updated_at":"2024-04-21T21:25:43.000Z","dependencies_parsed_at":"2025-02-20T05:39:43.681Z","dependency_job_id":null,"html_url":"https://github.com/interkosmos/fortran-fun","commit_stats":null,"previous_names":["interkosmos/fortran-fun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/interkosmos/fortran-fun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-fun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-fun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-fun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-fun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interkosmos","download_url":"https://codeload.github.com/interkosmos/fortran-fun/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-fun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29948228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["basic-computer-games","computer-games","fortran","games"],"created_at":"2024-11-08T03:09:42.717Z","updated_at":"2026-02-28T19:01:53.035Z","avatar_url":"https://github.com/interkosmos.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fortran Fun\n\nA collection of text-based computer games and other small programs written in\nFortran. See\n[FORTRAN Computer Games](https://cyber.dabamos.de/programming/fortran/computer-games/)\nfor further descriptions.\n\n## Overview\n\n| Directory         | Language | Description                                  |\n|-------------------|----------|----------------------------------------------|\n| `src/acey/`       | F2018    | Acey Ducey card game.                        |\n| `src/acey77/`     | F77      | Acey Ducey in FORTRAN 77.                    |\n| `src/amazing/`    | F2018    | Maze generator.                              |\n| `src/buzzword/`   | F2018    | Phrases generator.                           |\n| `src/delmar/`     | F77      | [Horse race simulation](https://cyber.dabamos.de/programming/fortran/computer-games/delmar.html) ported from FORTRAN IV. |\n| `src/donut/`      | F77      | Spinning ASCII donut.                        |\n| `src/french/`     | F77      | French variant of hangman game.              |\n| `src/hamurabi/`   | F2018    | Ancient city management game.                |\n| `src/hamurabi77/` | F77      | FORTRAN 77 version of [Hamurabi](http://cyber.dabamos.de/programming/fortran/computer-games/hamurabi.html). |\n| `src/guess/`      | F77      | Guess a number game.                         |\n| `src/jackpot/`    | F77      | Slot machine.                                |\n| `src/magic8/`     | F77      | Fortune telling.                             |\n| `src/oregon/`     | F77      | [Oregon Trail](https://cyber.dabamos.de/programming/fortran/oregon/) in FORTRAN 77. |\n| `src/penney/`     | F77      | Source port of Penney’s Game.                |\n| `src/pi/`         | F77      | Spigot algorithm for the digits of Pi.       |\n| `src/rock/`       | F2018    | Rock, Paper, Scissors against the computer.  |\n| `src/rock77/`     | F77      | FORTRAN 77 version of Rock, Paper, Scissors. |\n| `src/rot13/`      | F77      | Basic Rot-13 encoder/decoder.                |\n| `src/russian/`    | F2018    | Virtual revolver.                            |\n| `src/russian77/`  | F77      | Virtual revolver in FORTRAN 77.              |\n| `src/wumpus/`     | F77      | [Hunt the Wumpus](https://cyber.dabamos.de/programming/fortran/computer-games/wumpus.html). |\n\n## Build Instructions\n\nJust execute the Makefile:\n\n```\n$ make\n```\n\nOverwrite the argument `FC` to switch the Fortran compiler:\n\n```\n$ make FC=ifx\n```\n\n## Licence\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterkosmos%2Ffortran-fun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterkosmos%2Ffortran-fun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterkosmos%2Ffortran-fun/lists"}