svidlak Posted January 18, 2016 Share Posted January 18, 2016 Hello everyone and thanks for paying attention to my post. I want to make a multiplayer Bingo game and I don't really know where to start / which framework should I choose to work with. Anyone can help me and give me a little bit of lead/push towards the project? I have no past experience in game developing except for some Phaser tutorials Balamurugan 1 Quote Link to comment Share on other sites More sharing options...
mattstyles Posted January 19, 2016 Share Posted January 19, 2016 Stick with what you know, Phaser is great, build on what you already know and try to get something finished. Just a quick word of advice, multiplayer is hard, very hard and there arent many off-the-shelf engines/frameworks/whatevers that will help you, although there are plenty of libraries. I would advise looking in to socket.io as it is very easy to use, the api is good and concise and it is well supported, but it is a library to help manage websockets rather than a framework (frameworks by design hold your hand more, whether that is a good thing or not is up to you). You could even use regular ole AJAX requests, although a bingo game controlled by a server that pushes out updates sounds far more fitting for a solution using websockets. Quote Link to comment Share on other sites More sharing options...
Balamurugan Posted March 2, 2018 Share Posted March 2, 2018 My side also want to make bingo game, but i don't know where to start, and how to handle the ball flow. Please give some instruction for bingo flow ball. Quote Link to comment Share on other sites More sharing options...
mattstyles Posted March 2, 2018 Share Posted March 2, 2018 @Balamurugan Sounds like you have a specific question about a specific part of your game, sounds like it deserves a thread of its own. Try putting in a new thread what the exact problem is, what you've tried and what went wrong with what you tried. Balamurugan 1 Quote Link to comment Share on other sites More sharing options...
Balamurugan Posted March 5, 2018 Share Posted March 5, 2018 Thank you For Your Reply. I am a beginner, Demo Link - https://www.gsn.com/cgi/bingobash/index.html I want to make game like this, I don't know how the bingo ball flow down, and align. That is the major part. I try using tween, but in browser tween make some pblms. i want to make for all device including windows. So don't know where can i start. Please give some instruction i need to move physics for ball flow. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.