Search found 6 matches
- Sun Mar 27, 2011 2:14 am
- Forum: Beginner Help and Support
- Topic: Multiplayer game
- Replies: -1
- Views: 4677
Re: Multiplayer game
Hehe.. guys I'm greek! Most indy works in my country are destined to be jostled in favour of something commercial, eye catching and "idiot proof". So I'm not targeting in the next big thing because I know I cannot provide, technically or conceptually. Being humble but persistent in what yo...
- Sun Mar 27, 2011 1:45 am
- Forum: Beginner Help and Support
- Topic: Multiplayer game
- Replies: -1
- Views: 4677
Re: Multiplayer game
I'm into boardgaming. I'm trying to create the web version of some boardgames for me and my friends to play.
I shall try to make them as good (ui-wise and code-wise) as my abilities allow me, but I know that my abilities will stretch in the way.
Maybe then I will create something for other people.

I shall try to make them as good (ui-wise and code-wise) as my abilities allow me, but I know that my abilities will stretch in the way.
Maybe then I will create something for other people.
- Sat Mar 26, 2011 1:19 pm
- Forum: Beginner Help and Support
- Topic: Multiplayer game
- Replies: -1
- Views: 4677
Re: Multiplayer game
Nah.. I'm into learning rather that being a succesfull/ rich/ popular game designer.

- Sat Mar 26, 2011 3:15 am
- Forum: Beginner Help and Support
- Topic: Multiplayer game
- Replies: -1
- Views: 4677
Re: Multiplayer game [SOLVED]
I used polling to check if a text file (containing a single status code) has changed.
As the game is a turn based game, I hope that the bandwidth consumption is minimal.
Thank you for your insights.

As the game is a turn based game, I hope that the bandwidth consumption is minimal.
Thank you for your insights.
- Fri Mar 25, 2011 4:27 pm
- Forum: Beginner Help and Support
- Topic: Multiplayer game
- Replies: -1
- Views: 4677
Re: Multiplayer game
First of all thank you for your time to respond, make all these tutorials, interact will all us... -Is it possible to do a "whos turn is" check without some cron job or a loop that checks if the players turn is finished? this would require ajax or a page refresh Should the ajax performing ...
- Fri Mar 25, 2011 4:30 am
- Forum: Beginner Help and Support
- Topic: Multiplayer game
- Replies: -1
- Views: 4677
Multiplayer game
Hello everyone. After watching the tutorials named "Browser Based MMORPG" I realized that the subject of making the game actually multiplayer wasn't covered. I'm trying to build a simple dueling game, and I want to have two (or more) players logging in an "arena" in order to figh...