Skip to content

Commit 163cb0f

Browse files
doc: Update README.md
- Change "References" to "Acknowledgements" and add additional sources.
1 parent e85f837 commit 163cb0f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@ switch.
139139
- `--trace`: Enable tracing of UDP messages on console log.
140140
- `-h, --help`: Print help.
141141

142-
## Resources
142+
## Acknowledgements
143143

144-
- [Roberto Vitillo. (2021). *Understanding Distributed Systems: What every developer should know about large distributed applications*.](https://www.amazon.com/Understanding-Distributed-Systems-Second-applications-dp-1838430210/dp/1838430210)
145-
- [Josh Glazer and Sanjay Madhav. (2015). *Multiplayer Game Programming: Architecting Networked Games*. Addison-Wesley.](https://www.amazon.com/Multiplayer-Game-Programming-Architecting-Networked-ebook/dp/B0189RXWJQ)
144+
- [Roberto Vitillo. (2021). *Understanding Distributed Systems: What every developer should know about large distributed applications*.](https://www.amazon.com/Understanding-Distributed-Systems-Second-applications-dp-1838430210/dp/1838430210) - Practical guide on distributed systems design for large-scale applications.
145+
- [Josh Glazer and Sanjay Madhav. (2015). *Multiplayer Game Programming: Architecting Networked Games*. Addison-Wesley.](https://www.amazon.com/Multiplayer-Game-Programming-Architecting-Networked-ebook/dp/B0189RXWJQ) - Comprehensive resource on networked game architecture including concepts, historical analysis and implementation patterns.
146+
- [*Gaffer On Games - What Every Programmer Needs To Know About Game Networking*](https://www.gafferongames.com/post/what_every_programmer_needs_to_know_about_game_networking/) - Essential read on foundational networking concepts in game development.
147+
- [*Fabien Sanglard - Quake Source Code Review*](https://fabiensanglard.net/quakeSource/index.php) - Detailed exploration of the Quake source code, invaluable for understanding client-server network stack of the game.
146148

0 commit comments

Comments
 (0)