aboutsummaryrefslogtreecommitdiff
path: root/sprite.c
Commit message (Expand)AuthorAgeFilesLines
* improvements to show a bullet's explosion upon ttl consumption.rodri2023-05-221-1/+8
* now using PNG files instead of image(6)s. bullet TTL taken into account durin...rodri2023-04-131-0/+40
* implemented per-packet HMAC to avoid MITM tampering.rodri2023-02-111-0/+2
* use libgeometry from the system. got rid of global `theparty`. wrote a little...rodri2023-01-311-1/+1
* implemented a custom PDU/frame structure on top of UDP for game networking.rodri2022-06-111-0/+1
* incorporated libgeometry into the project.rodri2021-07-291-0/+1
* brought the Sprite struct for future animations.rodri2021-07-281-0/+72