name game initial rust implementation

This commit is contained in:
P Marques
2025-02-17 16:37:25 -03:00
parent 5d3ae5b282
commit 44b4e63661

View File

@@ -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.