Skip to content

nudabagana/MultiplayerGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiplayerGame

EN: This is a prototype of a multiplayer game created for my Software Engineering bachelor thesis (Application and comparison of technical solutions for creationof good player experiene in real-time online multiplayer actiongames). LT: Tai žaidimo prototipas, kuris yra aptariamas bei sukurtas rašant programų sistemų baigiamajį bakalauro darbą (sprendimų kuriant gerą žaismo patirtį internetiniuose daugelio žaidėjų realaus laikoveiksmo žaidimuose taikymas ir palyginimas).

Versions

There are multiple branches of this project. Different branch has different technical solution implemented. Master branch has a working prototype with no technical solutions implemented.

Run instructions

  1. Make sure you have Server and Client pulled from the same branch.
  2. yarn (to install node packages).
  3. yarn start (to start the game).
  4. Open browser and type URL: localhost:3000