Browser based online game question

Posted by Emre on Stack Overflow See other posts from Stack Overflow or by Emre
Published on 2010-05-14T21:15:20Z Indexed on 2010/05/14 21:34 UTC
Read the original article Hit count: 196

Filed under:
|
|
|

I am developing a small browser based game in asp.net. Think of a game room which has a capaticy of 22 players and players join the room by clicking a button. ( I am saving the number of players in the room in database) I need to call a method when the number of players in the room is 22. The problem is I don't know how to control the number of players in the room. I mean I think like there need to be a bacground code which has to run all the time at the server and that code controls the number and call the function. It's my first web project(school project) and I hope you all can help me.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET