Skip to content

hamburgerEngine/NGio-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGio-CPP

  • A C++ library for the Newgrounds API.

  • This is a work in progress.

Current Features

  • Logging in
  • Getting the player's username
  • Encryption
  • Medal unlocking
  • Highscore saving/updating

Planned Features

  • Medals
  • Highscores

uhh thats all

Notes

  • No aes128 encryption, im lazy and i dont wanna fix it so i deleted it (just use rc4)

Dependencies

Windows (They're already included)

MacOS

  • COMING SOON

Linux

sudo apt install nlohmann-json3-dev libcurl4-openssl-dev

Documentation

  • COMING SOON

CREDITS