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

Acey Ducey and Dice ported to Nim #870

Closed unquietwiki closed 1 year ago

unquietwiki commented 1 year ago

Came across this project yesterday, and wanted to try converting some code to Nim as an alternate language. Two of the programs were ported; one from Pascal and one from BASIC, and can be compiled directly by the Nim compiler without build-project files.