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

@pcholt Intellij complains about your dependencies in your ConsoleTest.kt. I had to disable the kotlin plugin for it to shutup. _Originally posted by @jnellis in https://github.com/coding-horror/basic-computer-games/pull/541#issuecomment-1026486984_

@pcholt Intellij complains about your dependencies in your ConsoleTest.kt. I had to disable the kotlin plugin for it to shutup. _Originally posted by @jnellis in https://github.com/coding-horror/basic-computer-games/pull/541#issuecomment-1026486984_

[There](https://github.com/coding-horror/basic-computer-games/pull/657) was already a bit of discussion on the Python version to use for this project. I would be happy if we could find a general rule for the whole...

[There](https://github.com/coding-horror/basic-computer-games/pull/657) was already a bit of discussion on the Python version to use for this project. I would be happy if we could find a general rule for the whole...

[There](https://github.com/coding-horror/basic-computer-games/pull/657) was already a bit of discussion on the Python version to use for this project. I would be happy if we could find a general rule for the whole...

The following line in the original code leads to an error if dates before 1582 are supplied (which is fine) 290 IF Y-1582

The following line in the original code leads to an error if dates before 1582 are supplied (which is fine) 290 IF Y-1582

The following line in the original code leads to an error if dates before 1582 are supplied (which is fine) 290 IF Y-1582

@suetanvil I was wondering if your Awari Java implementation is a faithful algorithmic recreation of `awari.bas` ? I notice references to `Random` but there are no random numbers generated in...

@suetanvil I was wondering if your Awari Java implementation is a faithful algorithmic recreation of `awari.bas` ? I notice references to `Random` but there are no random numbers generated in...