victorberdugo1/ft_transcendence — reverse-engineered prompt
Reverse engineered prompt
Build me a browser game called Enuma Fighter. I want people to create accounts, log in, pick one of four fighters, and play live brawler matches in the browser with up to 8 players. Include 1v1, free for all, tournaments with a single elimination bracket, and a way for extra people to spectate ongoing matches.
The game should feel real time and keep players in sync through the server. Add an AI opponent too, so someone can still play if there aren’t enough people online. Around the game, build the normal community features, profiles, friends, direct messages, notifications, achievements, XP levels, match stats, and a leaderboard.
Use a React web app, an Express backend, PostgreSQL, WebSockets, and the Raylib to WebAssembly game setup. Package everything with Docker so I can run it locally with one make command, open it in the browser over HTTPS, and have the app just work. Look up current docs online if you need to.
Want more depth? Deep Reverse