Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 803 Bytes

Scrabble!

This is a Scrabble game that allows two players to play against each other. The game uses backend logic written in Java and frontend GUI in Swing.

Features

Contributions

Since this is an open-source project, we are open to pull requests for further improvements!

Note: To run this program you will have to create a file named WordsAPIKey.java with the following syntax:

public class WordsAPIKey {
    public static final String API_KEY = "your_key";
}

RapidAPI keys are usually free up to 2,500 requests so retrieving one shouldn't be a hassle.

Credits

Samuel Baxter and Sourajit Karmakar (me!)