Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 619 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 619 Bytes

Project Pather Client

A pure Java Three-Dimensional online multiplayer melee game using raycasting render method.

Server End:

https://github.com/MarkYHZhang/ProjectPatherServer

Video Demonstration (click the image below to view video)

Project Pather Video Demonstration

Additional Info

  • Completely custom game engine purely coded in Java.
  • Uses breadth first search for path finding
  • Uses depth first search for landing page background maze animation.
  • Real-time communication using custom TCP protocol