insipx/Gomoku

Database - query based on username

Closed this issue · 2 comments

Database - query based on username

I'm thinking the database is going to be serverside, for some reason I thought it was going to be clientside

then I realized it would be bad to have every client with every other clients player_info in it.

So, I've designed the shared variables between clients in such a way that the format wil make it possible to fit into a linked list.

then before the client closes all that's needed is to record the info in this struct to a file, and if the client wants to query it they can.

This function is finished.