Trivial memory cardgame in the #commonLisp #repl . (Er, using #McCLIM presentations).
https://screwlisp.small-web.org/lispgames/memory-game/
A good beginner example.
As I reveal in the thrilling conclusion
https://screwlisp.small-web.org/lispgames/memory-game/#conclusions
this small post is a step on the way to using xhtmlambda to generate a kitten webgame soon.
CLIM-USER> (reveal (elt *cards* 3))
T
CLIM-USER> (disp)
X,X,3,1,2,3
G3648,G3647
NIL
CLIM-USER> (reveal (elt *cards* 0))
NIL
CLIM-USER> (disp)
1,X,3,X,X,3
G3644,NIL
Sharpsign #lispgames #programming







