TBurcher / snake-game

multiplayer snake game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

multiplayer snake game


Languages

Language:JavaScript 66.4%Language:TypeScript 27.3%Language:CSS 3.3%Language:HTML 2.9%