Implementation of famous 2048 game.
BUT real-time multiplayer inspired by Twitch plays pokemon. With 2 modes Anarchy
and Democracy
.
game-recording.mov
-
Client: Typescript, Nuxt.js, Socket.io
-
Server: Typescript, Express, Socket.io
$ docker-compose up
It starts the server (under port localhost:3001
) and the client (under port localhost:3000
).
This project was made just for fun and it's not production ready 😉