Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 399 Bytes

README.md

File metadata and controls

executable file
·
5 lines (3 loc) · 399 Bytes

Multiplayer Snake-Game

This repo contains a frontend and backend for a multiplayer snake game. It uses Typescript, Koa, routing-controllers and TypeORM in the backend and React + Redux in the frontend. The backend exposes a REST API but also sends messages over websockets using SocketIO. Specific readme files for the server and client are included in their respective directories.

Have Fun!