Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 848 Bytes

readme.md

File metadata and controls

5 lines (4 loc) · 848 Bytes

Junk Jack X Tools

References

While most of the data for the player and worlds were figured out by hand - I did end up using the World Manager header and C++ files given by Jack (the creator of the game) for some guidance when they were made available. Even with these pieces available, there was much to figure out in turning it into a viable player and world editor. In addition, the use of the Network Protocol header was very useful in breaking down the interaction between client and server to write a dedicated server backend.