Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 892 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 892 Bytes

DoTA Drafter

A web application that recreates the drafting phase of a competitive Dota 2 match for players to practice

Website

Description

A project built to learn more about socket programming and live communication via client and server

  • Draft against your friend and find out who can build the better team composition
  • Standard Dota 2 captains draft rules
  • Live and realtime
  • Chatbox functionality

Built With

Setting up the developer environment on Windows:

1.) CD into client/server
2.) Run npm install
3.) Point socket connection to your server
4.) Start server with npm start
5.) Start client that points to your server with npm start