Files
lisp-projects/games/GAMES.MD
2020-03-02 01:33:15 -06:00

394 B

games

About

A list of games completed as I read the book 'Land of Lisp'.

Games List

GuessMyNumber

source | explanation

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.