# SAMPY ## A SAMP server made in python SAMP (or SA-MP) is a free multiplayer mod for the PC port of GTA: San Andreas. GTA: San Andreas was developed by Rockstar North and released in 2005. SA-MP is an unofficial multiplayer mod made by the `SA-MP.com` team released @[sa-mp.com](https://www.sa-mp.com/) This project is in an effort of open-sourcing the SA-MP server and protocol used to make advances within the SA-MP community. The `SA-MP.com` team have kept the project closed-source and only released compiled binaries for server and client on selected platforms. The `SA-MP.com` team have released server binaries for windows and linux (x86), and client binaries for windows only. ## Goals - Make a bare-bone python interpretation of the SA-MP server - Performance is not a goal, but optimizations might be done along the way to get good proof of concept - Preservation - Document protocol - More power to the community - More hosting capabilities ## Project Currently in reverse engineering process