diff options
Diffstat (limited to 'games/libfov/pkg-descr')
-rw-r--r-- | games/libfov/pkg-descr | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/games/libfov/pkg-descr b/games/libfov/pkg-descr deleted file mode 100644 index f61d924db0fb..000000000000 --- a/games/libfov/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -libfov is a C library for calculating fields of view and lighting on low -resolution rasters, suitable for roguelike games. In that screenshot below, -imagine that green dot is your character in a computer game, and as you -walk around (move between tiles on the grid), you want to know which tiles -you can see and which tiles you cannot. libfov calculates exactly that. - -WWW: http://code.google.com/p/libfov/ |