yi-jiayu / blog

My blog
https://blog.jiayu.co
1 stars 0 forks source link

2020/09/mahjong-party/ #6

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Mahjong Party - Jiayu's Blog

I recently built Mahjong Party, an online multiplayer Singaporean mahjong game. Here's a screenshot of a game in progress: If you're interested, you can head over to https://mahjong.party/ and give the tutorial a try, or jump into a game immediately with some bots! The rest of this post will just be some thoughts I had while working on this project. Miscellaneous thoughts This wasn't my first attempt at building a multiplayer game online, I previously tried creating a bughouse xiangqi game, but gave up after running into challenges around UI design and backend state management.

https://blog.jiayu.co/2020/09/mahjong-party/

ghostbearkhan commented 2 years ago

Hi, Love the Mahjong Party, however recently it stopped working? Is there any guidance for this?

yi-jiayu commented 2 years ago

Hey! Thanks for stopping by. I took a look and the server had run out of file descriptors, so I restarted it and it's working again (for now). I cut a lot of corners on the deployment, I'll try to find some time to make things more robust.

ghostbearkhan commented 2 years ago

Is alright, fully understand this is a pet project. I much prefer your UI over the other one.

blkscales commented 1 year ago

Hi, can you share the setup installation steps for this project?