Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piqueserver/aosprotocol

Documentation and development of the protocol used by AoS 0.x, OpenSpades, pyspades and piqueserver
https://github.com/piqueserver/aosprotocol

aos protocol

Last synced: about 1 month ago
JSON representation

Documentation and development of the protocol used by AoS 0.x, OpenSpades, pyspades and piqueserver

Awesome Lists containing this project

README

        

# aosprotocol
Documentation and development of the protocol used primarily by Voxlap (classic) v0.75/v0.76, OpenSpades, BetterSpades, pyspades, PySnip and piqueserver.

This started out as a dump of the aoswiki.rakiru.com Protocol page, but is meant to be the hub for
developing the AoS protocol in the future.

Browse the documentation at https://www.piqueserver.org/aosprotocol, or just read through the git repository instead.

## Workflow
You want to add a packet to AoS? Great!

### Packet Proposal
File an issue and name it `PP: PacketName`. Describe what packet you wish to add,
and how it would improve the game.

### Packet Add Request
If your packet has recieved positively it is time to write it up.
Describe the packet in the style of the other packets and file a Pull Request and name it `PAR: PacketName`.