Conclusion

We’ve gone through quite a long trip as we’ve created the Dice of Doom game, employing an immense number of different programming techniques along the way. We’ve taken even more trips with all the other games in this book. Thanks for taking this journey with me through the world of Lisp programming!

I suggest that you take a moment to enjoy the fruits of your labor and play a few games of the fourth and final version of Dice of Doom. Again, all you need to do is serve up the Dice of Doom request handler through our web server:

> (serve #'dod-request-handler)

Now you can play Dice of Doom in Firefox (again, at the address localhost:8080/game.html) as it is meant to be played, with four players and all the new rules we’ve added in this chapter. ...

Get Land of Lisp now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.