X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=chapters%2F08.rst;fp=chapters%2F08.rst;h=5ee56f86ef5c1731be4028c3a91c5b5c1d49c4fd;hp=656baa48d646ddf099204f23a6d01c158659dedf;hb=f9eb50b5024de49b2df4b5daab471731840195d3;hpb=b6aa7fcf8e4a88790cd36c9d5a15a4291cb94803 diff --git a/chapters/08.rst b/chapters/08.rst index 656baa4..5ee56f8 100644 --- a/chapters/08.rst +++ b/chapters/08.rst @@ -564,8 +564,8 @@ the end of every turn; these are the values that it's expecting to find: * 2 -- the game is over. The interpreter displays "You have won". * any other value -- the game is over, but there aren't any appropriate messages built into the library. Instead, the interpreter looks for an - **entry point** routine called ``DeathMessage`` -- which we must provide - -- where we can define our own tailored "end messages". + :term:`entry point` routine called ``DeathMessage`` -- which we must + provide -- where we can define our own tailored "end messages". In this game, we never set ``deadflag`` to 1, but we do use values of 2 and 3. So we'd better define a ``DeathMessage`` routine to tell players