MiyuPIX Posted October 22, 2017 Share Posted October 22, 2017 Piaf.io - an original real-time multiplayer game with funny flying creatures (birds, cats, pigs, bees, mix...) Play now Made with Pixi.js, Node.js Also available on Android. Thanks for testing! __ Piaf.io is a multiplayer game where you control a piaf. By moving, dashing around and eating small food pellets, you can grow larger and larger until you are the biggest piaf on the server! Features and How to play1. Attack or defend yourself by using your Balls and Rings - each Dash temporarily makes you untouchable, deactivate one Ball and creates a killable Ring! 2. Grab and eat up to 3 piafs smaller than you. You slowly absorb the mass of the eaten piafs but they can dash out of your body after a few seconds.3. Customize your skin to your taste, then show yourself to the world Quote Link to comment Share on other sites More sharing options...
Umz Posted October 25, 2017 Share Posted October 25, 2017 It's a good concept once you get the hang of it. Wasn't sure what was going on at first but as soon as you see other players, you catch on pretty fast. How did you make it run so smooth? I've got a very slow connection right now but there was no lag at all Quote Link to comment Share on other sites More sharing options...
MiyuPIX Posted October 26, 2017 Author Share Posted October 26, 2017 Currently adding some updates to make the controls more understandable. Unlike an offline game, the client receives the server packet states at unpredictable timestamps. Thus, the server should send the real physics timestamp, the client does packet buffering to interpolate (smoothly) between at least 2 packets. When you have at least (for example) buffered 3 packets, we start rendering it and it should be smooth unless your have an unstable connection. With a slow (but not instable) connection, you would receive the packets later and have latency but no lag Quote Link to comment Share on other sites More sharing options...
Sparximer Posted October 31, 2017 Share Posted October 31, 2017 I really enjoyed it! i reached 20k before i lost... if you replace the birds sprites with normal circles the game would look better and easier on the eyes MiyuPIX 1 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.