coding-horror / basic-computer-games

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-computer-games/
The Unlicense
10.84k stars 1.33k forks source link

Two more Nim ports + minor cleanup #878

Closed unquietwiki closed 1 year ago

unquietwiki commented 1 year ago

Been in touch with the Nim Discord on this porting effort, and got some feedback that I implemented. Also ported Train & Craps. Side note on Craps: there seemed to be some dead/useless logic in the original BASIC file that I had to sort out in the port.