piwodlaiwo / bridge

Contract Bridge Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bridge

Contract Bridge Game

In order to run this code, you need at least Java SDK 1.8 and Maven 3.6

Clone the repo, navigate to where the pom.xml file ends up and run "mvn clean install", which will compile the code and build an executable jar containing tomcat.

From the same directory, you can now run java -jar target/bridge-0.0.1-SNAPSHOT.jar (backslash if on Windows) and watch the server start up.

Navigate to locahost:8080 and you should be looking at what we built so far.

About

Contract Bridge Game


Languages

Language:Java 85.1%Language:HTML 6.7%Language:JavaScript 6.3%Language:CSS 1.9%