mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-05 20:40:25 -08:00
name game initial rust implementation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/** NAME GAME BY DAVID AHL
|
||||
* https://github.com/coding-horror/basic-computer-games/blob/main/45_Hello/hello.bas
|
||||
/** NAME GAME BY GEOFFREY CHASE
|
||||
* https://github.com/coding-horror/basic-computer-games/blob/main/63_Name/name.bas
|
||||
* Direct conversion from BASIC to Rust by Pablo Marques (marquesrs).
|
||||
* No additional features or improvements were added. As a faithful translation,
|
||||
* many of the code here are done in an unrecommended way by today's standards.
|
||||
|
||||
Reference in New Issue
Block a user