(Megagrant) Pixel2D - The sequel to Paper2D. Complete 2D platformer solution.

  • Glad the performance was good. The computers I have at home are relatively high end. What was your spec?
  • There is gamepad control but was disabled since it’s not 100% working with the inventory system yet.
  • Nice exploit on the boss :D. The reason for that is how the AI works. It checks if it can reach your exact position. If not then it checks the closest position on the X and Z axis it can reach you. Then it compares it with his margins and decides from there. Since I didn’t expect a box to be there I kept his margins low, but with just a change of a variable ( increasing the Z tolerance), the boss can work perfectly fine.
  • I’ve tried to make the AI system as configurable as possible