- A C++ library for the Newgrounds API.
- AES128 and RC4 Encryption
- Logging in
- Getting the player's username
- Encryption
- Medal unlocking
- Highscore saving/updating
- Medals
- Highscores
uhh thats all
- libcurl/curl (USE VCPKG)
- nlohmann/json
- COMING SOON
sudo apt install nlohmann-json3-dev libcurl4-openssl-dev
- COMING SOON
- maybekoi(me!) - C++ Library
- Newgrounds - API
- Geokureli/Newgrounds - HEAVILY referenced this for the cpp ver
- kokke/tiny-aes-c - Referenced it for AES128 support