basic-computer-games icon indicating copy to clipboard operation
basic-computer-games copied to clipboard

An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common MEMORY SAFE, SCRIPTING programming languages. See https://coding-horror.github.io/basic...

Results 62 basic-computer-games issues
Sort by recently updated
recently updated
newest added
trafficstars

There seems to be an earlier print of the book dated to 1975 from DEC (after David Ahl left the company, but it was reprinted regardless). While some games look...

There seems to be an earlier print of the book dated to 1975 from DEC (after David Ahl left the company, but it was reprinted regardless). While some games look...

# As it seems like this project is heading towards including Rust, I thought it'd be useful to track our progress in one centralized location Note: these are just the...

# As it seems like this project is heading towards including Rust, I thought it'd be useful to track our progress in one centralized location Note: these are just the...

In https://github.com/coding-horror/basic-computer-games/issues/548#issuecomment-1079839924 it was decided to have a (minimal) set of common IO-functions so those don't need to be re-implemented in every game. I propose we use the same function...

question

In https://github.com/coding-horror/basic-computer-games/issues/548#issuecomment-1079839924 it was decided to have a (minimal) set of common IO-functions so those don't need to be re-implemented in every game. I propose we use the same function...

question

The game in BASIC chooses a random order for the words that are selected for each hangman round. In this ruby implementation, the array of available words is just offered...

The game in BASIC chooses a random order for the words that are selected for each hangman round. In this ruby implementation, the array of available words is just offered...

So I noticed my repo was borked from the recent git history mangling, effectively disconnecting it from easily fetching upstream merges. Roughly 1000 forks are currently like this so its...

So I noticed my repo was borked from the recent git history mangling, effectively disconnecting it from easily fetching upstream merges. Roughly 1000 forks are currently like this so its...