The Revised Landlord's Game
DebConf24 BoF demo built with Qwik + Tailwind CSS + SocketIO + Redis
The Revised Landlord's Game is the reimplementation of the project which began as my research to port<Two Worlds: Sharing vs Monopoly> ㅡ a game derived from <The Landlord's Game> (Elizabeth Magie, 1904) ㅡ to the web using React and Next.js for its frontend, for Korea University Capstone Design Contest last year. I got lots of support from Jubilee & Land Justice Association, the author of the game I ported during the research. ...I felt a little bit bad that the React-based frontend and SocketIO based communication between the frontend and the backend were quite prone to glitches in some race conditions, some of which already happened in the contest. Furthermore, the project itself had some limits that obstruct it to be further investigated: It was too tightly coupled to the React and Node.js ecosystem, it was not easy either to maintain, nor to modify, and it could be played only online. Then, I recognized the need to totally reimplement the whole work from scratch.