Skip to content

MajoDurco/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

Implementation of famous 2048 game.

BUT real-time multiplayer inspired by Twitch plays pokemon. With 2 modes Anarchy and Democracy.

Game preview

game-recording.mov

Implementation technologies

  • Client: Typescript, Nuxt.js, Socket.io

  • Server: Typescript, Express, Socket.io

How to run it

$ 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 😉