This project was completed as part of a group learning exercise. The project is more complex that the previous one, so this provides a more complex example for the usage of SolidJS.
- ✅ User can create a game.
- ✅ User can join game that they didn't create.
- ✅ Choosing the game shows the user a 3x3 grid.
- ✅ User is informed if it is their turn, on their turn they can choose a box and it is filled with either 'x' or 'o'.
- ✅ When the game is over the result is shown either a win or a draw.
The last time I used Deno was immediately after the 1.0 version release. Using it for this project highlighted some of the improvements.
Still have a lot of opinions about this framework.
- solidjs
- tailwindcss
- deno