Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.09 KB

TouchBarDinoX-Server

Written in C++, TouchBarDinoX-Server extends the original TouchBarDino with a new leaderboard system.

It communicates with TouchBarDinoX using socket, provided by Boost.Asio. The server handles request of new high score and returns the ranking based on the data from the sqlite3 database.

Dependencies

Note

  • The server currently trusts all incoming data and will update the database if it sees a valid json. Because of this, no test server is provided to prevent abuse.
  • The compiled .out version is for MacOS Sierra.
  • Player ID in database is based on the Mac serial number.

TouchBarDinoX

Please see TouchBarDinoX repo for more information on TouchBarDinoX.