Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

First, thanks for the feedback. Now for high score system to put it simply we have a database that have all names and score of the top 10 players. Then everything from the database is put on a website as on list and unity takes all the text from that website and then splits it at the end of the round checks if your score is higher than the lowest person on the database  then it will be removed and your score with your input name will be sent to a form and put in the database.