Files
lisp-projects/Games/GAMES.MD
2020-03-02 01:27:52 -06:00

13 lines
393 B
Markdown

# 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 continously returns guesses as the player indicates if said guesses are smaller, lower, or equal to the guess given.