A two-player OTB scrabble.
Find a file
2015-08-01 04:00:51 +05:30
dist Packaged into a standalone jar 2015-08-01 04:00:51 +05:30
src Packaged into a standalone jar 2015-08-01 04:00:51 +05:30
.gitattributes :neckbeard: Added .gitattributes & .gitignore files 2015-04-10 17:28:34 +05:30
.gitignore :neckbeard: Added .gitattributes & .gitignore files 2015-04-10 17:28:34 +05:30
README.md Packaged into a standalone jar 2015-08-01 04:00:51 +05:30

Scrabble

A two player OTB version of Scrabble. The onus of validation of play is left to the players. On Java via the ACM Graphics Library.

  • To compile, javac -classpath acm.jar Scrabble.java Tile.java Main.java

  • To run, java -jar Scrabble.jar