Skip to content

LakeBlair/RoyalGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Royal Game of Ur

Game now playable at: Royal

Introduction

Royal Game of Ur is a board game. Game info can be found on Wiki. I started this project because of my recent fond in the game and desire to practice newly learned programming languages. The process of initial planning and it becoming deployed as a web app took about six weeks.

Tech Stack

Golang React JS

Run it locally

1. Clone the Repo

git clone git@github.com:LakeBlair/RoyalGame.git 

2. Install NPM packages

npm install

3. Execute the Shell script

chmod +x autotest.sh
./autotest.sh

4. Init the server

./main

Note: You may need to change the Web Socket in Play.js from 'wss' to 'ws' in order to play locally. 'wss' is secured connection while 'ws' is not. I don't have any SSL certificate so you might not be able to play if this isn't changed.

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published