Sun Feb 6 22:55:16 PST 2005
commit1e8a163f31c6f9e03aa32edef81966be0db8e7e9
authorBen Lynn <blynn@cs.stanford.edu>
Mon, 7 Feb 2005 06:55:16 +0000 (6 22:55 -0800)
committerBen Lynn <blynn@cs.stanford.edu>
Mon, 7 Feb 2005 06:55:16 +0000 (6 22:55 -0800)
treebfd82aa0dee94979ca97aab7b1bd9ac791e42221
parent4f21cd88cadcb6be50a8f9d77019d6471ab60007
Sun Feb  6 22:55:16 PST 2005
    Applied Dave Dodge's patch (but renamed the levels). He writes:

This patch against netwalk-0.4.6 adds several features:

  - A new "Giant" difficulty level with a 50x50 arena.

  - A new "Absurd" difficulty level with a 50x50 wrapped arena.

  - The high score window now computes its height instead of
    using fixed values, so that it can adapt to the number of
    difficulty levels.

  - The middle mouse button toggles marking of a cell.  A marked
    cell simply renders with a different background color.  This makes
    it practical to play very large arenas, because you can (for example)
    mark the cells that you know are have the correct orientation.

  - When working with a wrapped arena and pointing the mouse at an edge
    cell, the corresponding cells on the opposite edges will have
    a very light highlight applied to their border.  This makes it
    practical to play very large wrapped arenas.

                                                  -Dave Dodge

    [netwalk-0.4.7.tgz]
Makefile
NEWS
README
colour.c
colour.h
game.c
game.h
main.c