Click here to Skip to main content
15,920,603 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
How is it possible to make rooms for a game i own so
only one user can enter the game and while he is on it
nobody can enter?
thx :D
Posted

First I thought this was just to trivial, but then I got to thinking what you are really on about. So here are two scenarios I envision which might accommodate to your requirements:

1. You really want a solution where only one user can logon and use a "game"

Solution: Depending on your requirements store the state of the game room (used or not and by whom) in a file, the session or a database and while the room is occupated keep all others from logging in.

2. You want a solution where many users can play a game room, but they can't interact in that room.

Solution: You'll need to keep track of which user is currently playing in which game-room and keep them from interacting

Your question is really broad, so it's kind of hard to find a good solution. Keeping users locked out from a certain scenario is not that hard, but you really have youre requirements set up.

Excuse me for not being as coherent and concise as I usually am, but I'm close to hitting the sack and have already imbibed quite a quantity, even at my own standards.

Cheers!

-MRB
 
Share this answer
 
thank you for the long answer,
i am trying to make it work with sessions, applications
 
Share this answer
 
Comments
Manfred Rudolf Bihy 30-May-11 20:50pm    
As you are new to this site: Please respond to questions or solutions via "Add comment" and not aby adding a solution which isn't one. Secondly: if a solution helped you then please be so kind to vote on it and maybe even accept it as "the solution".

Adding solutions is meant for posts that will help the person that posted the question in achieving their goal.

Thanks for you reply!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900