Rekindling my Rust knowledge by porting the original 101 programs from "BASIC Computer Games (Microcomputer Edition)" by David H. Ahl from 1978.
Find a file
2026-08-02 10:10:01 -04:00
src/001 Better attribution to original author. 2026-08-02 10:10:01 -04:00
.gitignore Refactor the beginnings of what I have. 2026-07-28 22:27:59 -04:00
Cargo.toml Drawing random cards and asking for valid bets. 2026-07-29 22:32:01 -04:00
LICENSE Refactor the beginnings of what I have. 2026-07-28 22:27:59 -04:00
README.md Initial commit 2026-07-29 01:27:59 +00:00

rust-basic-games

Rekindling my Rust knowledge by porting the original 101 programs from "BASIC Computer Games (Microcomputer Edition)" by David H. Ahl from 1978.