Sample FPS Game Using RiptideNetworking
This is the source code for my [Riptide tutorial series](https://youtube.com/playlist?list=PLXkn83W0Qkfn3qF7NU4OEtVwOD6U2wphJ) on YouTube, where we build this multiplayer first person shooter to demonstrate how [RiptideNetworking](https://github.com/tom-weiland/RiptideNetworking) works. Check out [part 1](https://youtu.be/6kWNZOFcFQw).
There's a branch containing the code for each video in the series.
**Please DO NOT create issues for help with resolving any problems you encounter while following along with the videos—use [the Discord server](https://discord.com/invite/tomweiland) for that. Issues should be reserved for bugs that are present within the code of this repository!**
## Donate
Riptide, its various transports and the tutorials are all free, but if you've found them helpful, please consider supporting me financially via [GitHub sponsors](https://github.com/sponsors/tom-weiland) or on [Ko-fi](https://ko-fi.com/tomweiland). I really appreciate any and all support :D
## License
Distributed under the MIT license. See [LICENSE.md](https://github.com/tom-weiland/RiptideSampleFPS/blob/main/LICENSE.md) for more information.