I recently completed a project for a client in India, developing multiplayer chess and 2048 games within a few days.
In the chess game, players can set the match duration and share the game link with a friend to play against them.
The 2048 game is simple - players combine tiles to reach the 2048 tile. The game ends when you either win or lose.
For chess, I used JavaScript and Firebase to manage real-time gameplay and data handling. For 2048, I solely used JavaScript as it is very simple game.
I developed multiplayer chess and 2048 games for a client in India. The chess game allows players to set match durations and share a game link, using Vanilla JS