Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 496 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 496 Bytes

Scrabble Game

This is the project 2 for COMP90015 Distributed Systems
Team name: Infinite Monkey Theorem

How to import the project

JDK required: 1.8

To Eclipse

import existing maven projects --> open the directory you downloaded --> finish

To IntelliJ IDEA

open directly --> open project structure --> set jdk to 1.8 and module as 8(Lambda)

How to package

Maven required: 3.5 +
Command: mvn package