Skip to content

yuhuili-lab/TouchBarDinoX-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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.

About

Leaderboard Server for TouchBarDinoX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published