this post was submitted on 05 Jul 2023
4 points (100.0% liked)

Gamedev

197 readers
8 users here now

https://Lemmy.World/c/Gamedev A Lemmy community to share game development news and info!

founded 2 years ago
MODERATORS
 

I want to implement a multiplayer 2D browser game. I make software professionally but this is my first serious game (I dabbled a little in SDL and SpriteKit). Looking at my options in terms of technology I must admit I’m a little overwhelmed by the possibilities between GDevelop, Phaser, Kaboom, etc.

For people who have experience developing for the browser what do you recommend? My main criteria are performance, documentation and community.

Thanks !

top 1 comments
sorted by: hot top controversial new old
[–] RagingRobot 1 points 2 years ago

I'm making a game right now using phaser js for the engine and I setup node js websockets on the backed to make it multiplayer. Js is my preferred language so it's been a nice setup.