aboutsummaryrefslogtreecommitdiff
path: root/party.c
Commit message (Expand)AuthorAgeFilesLines
* use libgeometry from the system. got rid of global `theparty`. wrote a little...rodri2023-01-311-23/+20
* implemented a custom PDU/frame structure on top of UDP for game networking.rodri2022-06-111-0/+1
* began building a universe for every party.rodri2021-08-011-0/+3
* incorporated libgeometry into the project.rodri2021-07-291-1/+2
* brought the Sprite struct for future animations.rodri2021-07-281-0/+1
* implemented parties to hold PvP match info.rodri2021-07-251-0/+44