BASIC Computer Games

From HandWiki
BASIC Computer Games
101 BASIC Computer Games by David Ahl.jpg
Cover of the 1973 Edition
AuthorDavid H. Ahl
Cover artistBob Barner
SubjectComputer programming
Publication date
1973
Preceded by101 BASIC Computer Games 

BASIC Computer Games is a compilation of type-in computer games in the BASIC programming language collected by David H. Ahl. Some of the games were written or modified by Ahl as well. Among its better-known games are Hamurabi and Super Star Trek.

Originally published by DEC in 1973 as 101 BASIC Computer Games, the book was so popular that it had two more printing runs, the last in March 1975. The programs in these books were mostly written in the BASIC dialect found on Digital's minicomputers, although some could not be converted and appeared in different dialects like Dartmouth BASIC.

In 1974, Ahl left DEC. He purchased the rights to the book and republished it under the new name. With the release of the first microcomputers, and Microsoft BASIC soon after, the games were ported to this dialect. By the early 1980s, with tens of millions of home computers in the market, it had become the first computer book to sell a million copies.[1]

History

Around 1971, Ahl ported two popular early mainframe games from DEC's FOCAL language to BASIC: Hamurabi and Lunar Lander. He published the BASIC versions in DEC's educational newsletter, EDU, which he edited. Their popularity was such that he called for more submissions for future editions of the newsletter, and quickly gathered many, with a considerable group of them coming from high school students.[2] The wide availability of BASIC on various platforms, notably the Data General Nova and HP 2100 series, led to considerable porting effort to and from the DEC platform.

In 1974, Ahl left DEC to start Creative Computing magazine. He re-acquired the rights to the book from DEC and re-published under the name BASIC Computer Games. It was around this time that the first hobbyist microcomputers started appearing in 1975, and it became quite popular with these owners. The release of the "1977 Trinity" machines (Apple II, Commodore PET, and TRS-80) was soon followed by a great many new competing microcomputer platforms featuring BASIC, along with the userbase to go with them, and demand for the book led to a second edition in 1978. Sales remained strong for years, and spawned similar collections in More Basic Computer Games (1979), and Big Computer Games (1984) and Basic Computer Adventures (1984), with translations into six languages.[2]

Games

  • Chomp
  • Civil War
  • Hexapawn
  • Hammurabi (based on The Sumer Game by Doug Dyment)
  • Nim
  • Super Star Trek

Reception

The first version, 101 went into a second printing and eventually sold 10,000 copies. Ahl later noted that “was far more books than there were computers around, so people were buying three, four, five of them for each computer.”[2]

The second version, BASIC, was re-printed many times and was the first computer book to sell a million copies. Harry McCracken called it "The single most influential book of the BASIC era".[2]

Legacy

Using Vintage Basic, the games can be run on any Microsoft Windows (32-bit or 64-bit), macOS (64-bit only), or Linux (64-bit only) system.[3] The source code for the book is provided (with permission of David H Ahl) on Vintage Basic's Basic Computer Games page.

A Microsoft Windows machine with the GW-BASIC interpreter (32-bit only) can also run the games.[4]

The games are also compilable and playable with the Microsoft Small Basic development environment for children.[5] Computer Science for Kids has released a 2010 Small Basic Edition of the classic Basic Computer Games book called Basic Computer Games: Small Basic Edition.[6]

A project started on GitHub in 2021 to port the games in these books to modern languages.

Program listings from the second ("microcomputer") edition, and from More Basic Computer Games, can be run by the open-source Brassica interpreter in R or Python.

A BASIC to Javascript compiler lets you run the original 101 games in your browser.

References

  1. Anderson, J. J. "Dave tells Ahl—the history of Creative computing", Creative Computing, Volume 10 (November 1984), p. 66-8+
  2. 2.0 2.1 2.2 2.3 McCracken, Harry (April 29, 2014). "Fifty Years of BASIC, the Programming Language That Made Computers Personal". Time (magazine). http://time.com/69316/basic/. Retrieved March 5, 2021. 
  3. "Vintage BASIC - Download". http://www.vintage-basic.net/download.html. 
  4. Archived version of GW-BASIC
  5. Microsoft Small Basic website
  6. Small Basic Computer Games website on computerscienceforkids.com

External links