WordPress Multiplayer Game Integration

Customer: AI | Published: 30.09.2025

I run a WordPress site and want visitors to be able to play an online, real-time multiplayer game called “Bara katta” directly on the site. The core requirement is a browser-based build that drops into WordPress as smoothly as any other plugin or shortcode, without forcing players to leave the page or sign up twice. Here’s what I have in mind: • You either develop or port the full “Bara katta” game logic, graphics and sound so it works in modern browsers (Chrome, Firefox, Safari, Edge). • A real-time multiplayer layer (WebSockets or a comparable solution) handles matchmaking and live interaction for at least 100 concurrent users without noticeable lag. • WordPress integration should respect my existing user accounts: if a visitor is logged in, the game automatically recognises them; if not, a guest option still works. • After each match the result is recorded in a site-wide leaderboard that I can reset or export from the WP admin area. • Everything is packaged so I can install, activate and update it like any other WP plugin. Acceptance criteria – Game loads inside a WordPress page with no console errors. – Two or more players can join the same room and see each other’s moves in under 150 ms round-trip on a 50 ms ping connection. – Scores persist in the database and display on a simple leaderboard shortcode. – Code is delivered in a Git repo with install/readme instructions. Preferred stack: HTML5 Canvas or WebGL (Phaser, PixiJS, Three.js are all fine), Node.js or PHP for the server side, and standard WP hooks/APIs for user handling. If you already have a framework you like, let me know—flexibility matters more than any single library. Send me a brief outline of your approach, any similar multiplayer browser games you’ve shipped, and an estimated timeline. Looking forward to making “Bara katta” live on the site soon.