-
A C++ library for the Newgrounds API.
-
This is a work in progress.
- Logging in
- Getting the player's username
- Encryption
- Medal unlocking
- Highscore saving/updating
- Medals
- Highscores
uhh thats all
- No aes128 encryption, im lazy and i dont wanna fix it so i deleted it (just use rc4)
- 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