Skip to content

sourajitk/cmpsc-221

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!)

About

Scrabble game made for CMPSC 221.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages