So starting a new mobile game and this time I want to add a proper leader board and allow players to retrieve profiles. For my first game I used Facebook to hold score, however the one score per player limit and the fact that you can only see the score of friends are annoying.
So now I wan my own server to deal with it except servers are expensive and I only need to store int and a copy of the Unity save.I have been thinking about getting my self a raspberry pi and turning it into a server for the mobile game, then I could also use it for my other mobile games if I want.
1.) Can I even use a raspberry pi as a server?
if I can
2.) How hard would it be and how long would it take more or less? (Assume I know nothing of networking.)
3.)What kind of maintenance am I looking at? I notice the rasberry doesn't have a cover or anything. It would have to run day in and out.
if I can't
4.) What are my other options?
I notice free server sites often forbid game hosting and only data storage, I think because then no one sees the adverts these sites use.
I really don't need much. Based on my projections from my other mobile games I think I am going to get around 500 - 800 players for about a month before it rapidly drops down. So I only need to store around 2000 player's data. Having my own server would make it easy to create more complex mobile games as I advance.
I am doing this for the experience so I don't mind if it's difficult or comes with some expense, I just don't want to spend thousands on this.