mirror of
https://github.com/Xevion/lisp-projects.git
synced 2025-12-07 05:15:37 -06:00
commit 2 games dir rename
This commit is contained in:
13
games/GAMES.MD
Normal file
13
games/GAMES.MD
Normal file
@@ -0,0 +1,13 @@
|
||||
# games
|
||||
|
||||
## About
|
||||
|
||||
A list of games completed as I read the book 'Land of Lisp'.
|
||||
|
||||
## Games List
|
||||
|
||||
#### GuessMyNumber
|
||||
|
||||
[source](./GuessMyNumber/GuessMyNumber.lisp) | [explanation](./GuessMyNumber/GuessMyNumber.MD)
|
||||
|
||||
A simple game where the player guesses a number, and the program continuously returns guesses as the player indicates if said guesses are smaller, lower, or equal to the guess given.
|
||||
Reference in New Issue
Block a user