Skip to content

MrSoxAndShoes/BASICA-Games

Repository files navigation

BASICA-Games

YAHTZEE Game Board

This is a small but classic collection of BASICA games (and chess program) from 1984. The origins are unknown, it was simply two floppy disks that appeared soon after an IBM PC 5150 with 5151 monochrome monitor was installed in our graphic arts class for typesetting, one with the BASICA games and the other with an executable chess program.

At some point, I printed out the source listing for the BASICA games which was a good thing because soon after, the floppy disk with the BASICA games slipped behind the wall and the countertop - it's probably still there and will be until the school is torn down.

Over a few days, I painstakingly typed in the code from the printed listings and, because we had two new IBM PCjr PCs with color monitors in the classroom, added color to two of the games.


ELIZA.BAS: "ELIZA is an early natural language processing computer program created from 1964 to 1966 at the MIT Artificial Intelligence Laboratory by Joseph Weizenbaum."

ELIZA Program

OTHELLO.BAS: "The modern version of the game—the most regularly used rule-set, and the one used in international tournaments—is marketed and recognized as Othello. It was patented in Japan in 1971 by Goro Hasegawa (legal name: Satoshi Hasegawa), then a 38-year-old salesman. Hasegawa initially explained that Othello was an improvement on Reversi, but from around 2000, he began to claim that he invented it in Mito regardless of Reversi. Hasegawa also claims that the origin of Reversi/Othello dates back 5,000 years."

OTHELLO Introduction OTHELLO Game Board

OTHELLOC.BAS: Same version as OTHELLO.BAS but with a little color added.

OTHELLO Introduction (Color) OTHELLO Game Board (Color)

SURVIVAL.BAS: You have crash-landed on the Earth's Moon. You have limited supplies and time in which to survive. You will encounter various items and situations during your travels. To travel, you may enter directions such as NORTH or N, as well as S, E, W, and U or D (up or down). To communicate, enter commands (verbs), followed by object names, if applicable. For example: GET XXX, LEAVE XXX, USE XXX, etc. Unless instructed otherwise, be sure to press the ENTER key after each input. Once you have survived, the object then is to achieve the optimum survival time.

SURVIVAL Introduction SURVIVAL Play

YAHTZEE.BAS: "Yahtzee is a dice game made by Milton Bradley (a company that has since been acquired and assimilated by Hasbro). It was first marketed under the name of Yahtzee by game entrepreneur Edwin S. Lowe in 1956. The game is a development of earlier dice games such as Poker Dice, Yacht and Generala. It is also similar to Yatzy, which is popular in Scandinavia."

YAHTZEE Introduction YAHTZEE Game Board

YAHTZEEC.BAS: Same version as YAHTZEE.BAS but with a little color added.

YAHTZEE Introduction (Color) YAHTZEE Game Board (Color)

CHESS.EXE: Not BASICA but an executable program included on the floppies. Good chess game but it cheats; if you put the computer in checkmate, it will remove the threatening piece and move the King to safety. ;)

CHESS Game CHESS Game CHESS Game

About

Small but classic collection of games from 1984.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages