Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.25 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.25 KB

BASIC programs

prime_sieve.bas

Source: https://www.calormen.com/jsbasic/

prime_factors.bas

Source: https://www.calormen.com/jsbasic/

bmi_index.bas

Source: https://www.calormen.com/jsbasic/

chateau.bas

Description: https://www.atariarchives.org/adventure/chapter21.php

Source: https://www.atariarchives.org/adventure/chapter22.php

chateau1.input

Walkthrough WIN:

    CONGRATULATIONS! You have completed
           THE ADVENTURE


    YOU KILLED 2 MONSTERS
    AND
    YOU FOUND $1039 WORTH
            OF TREASURE

    Your score for this Adventure is 21141

chateau2.input

Walkthrough LOSS:

    YOU KILLED 2 MONSTERS
    AND
    YOU FOUND $334 WORTH
            OF TREASURE

    Your score for this Adventure is 3411

amazing.bas

Description: https://www.atariarchives.org/basicgames/showpage.php?page=3

Source: http://www.vintage-basic.net/games.html

unit_tests.bas

Based on the test suite from https://www.calormen.com/jsbasic/

wumpus2.bas

Description: https://www.atariarchives.org/morebasicgames/showpage.php?page=181

Source: https://www.roug.org/retrocomputing/languages/basic/morebasicgames

See also Wumpus1 description: https://www.atariarchives.org/morebasicgames/showpage.php?page=178