basic-computer-games
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...
@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...
I was hanging out in my friends dorm and decided to put this together, it has all the features of the original basic plus some helpful comments.
I noticed that my PR's for Rust implementations were failing the python checks, after looking into this I saw that those failures where caused by syntax errors in the python...
I did this in Lua 5.4.2. Shouldn't be much of a difference though.
Just watched the code of this specific file, and noticed that there is a function that is never called ```py def think(board, g, h, moves): if board[Space.MID_CENTER] is OccupiedBy.EMPTY: return...
Will this project be participating in [Hacktoberfest](https://hacktoberfest.com/) this year?
Commit 972ee4073742c13648687583193af1ad71e4da6 breaks both shield energy and total energy available. I've sprinkled print()'s through the code, you end up with things like this: ``` YOUR MISSION BEGINS WITH YOUR STARSHIP...
See title - it only seems to accept the single digits 1-6.
Initial commit - ANSI C version of "hello.bas"