What You've Learned

In this chapter, we discussed how you can generate interactive graphics in a web browser from a Lisp program. Along the way, you learned the following:

  • You can create a graphical version of Dice Of Doom by rendering the board using the SVG format.

  • The HTML5 standard supports inline SVG images. You can use this to create an interactive, web-based version of your game.

  • The simple web server used for our example has several limitations. For example, our game cannot be played by multiple players. However, the request handler could be expanded to allow for multiple, parallel games.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.147.77