AMMO Protocol stands for Asynchronous Massive Multiplayer Online Protocol. It's a UDP-based protocol designed with multiplayer online game in mind.
- Clone this repo RECURSIVELY
git clone https://github.com/Swung0x48/AMMOProtocol.git --recursive
- (Optional) Run unit tests
mkdir build && cd build # Create a dir specifically for building
cmake .. # Generate makefile
make # Build from source
make test # Run tests
- Integrate into your project
This is a header-only library. Include includes
directory to your project, and you're ready to go!
No outstanding features at this time really. Just simple UDP communication.