public
Description: A 2d game written in Java with real time lighting as a central gameplay mechanic.
Home | Edit | New

bugs in shade

This is a terrible system but will suffice for the time being.

Bugs

  • Grid is currently a “loose” grid should change to become a “strict” grid; this leads to bugs:
    • Ray casting sometimes doesn’t work and a mole will end up going for something it shouldn’t “see”.
    • The mushroom placing algorithm is not correct. It sometimes places mushrooms too close to or even inside an obstacle.
  • Movable objects, it currently matters the order in which you call repel, it shouldn’t matter. (May be fixed by strict grid.)

Feature Requests

  1. Find a better bug tracking system.
Last edited by aschearer, Sun Oct 12 11:49:49 -0700 2008
Home | Edit | New
Versions: