An open API service indexing awesome lists of open source software.

https://github.com/gregorybchris/sweyp

Clone of the Boggle word game
https://github.com/gregorybchris/sweyp

Last synced: 3 months ago
JSON representation

Clone of the Boggle word game

Awesome Lists containing this project

README

          

# Sweyp
My version of the classic dice word game

## Description

You have 60 seconds to find as many words as you can. Words must have at least three letters and the words you find will show up on the left side of the screen. To reset the game use the 'R' key.

## Running the Project

To run the project use the Gradle run command:

```bash
# Mac/Linux
./gradlew run

# Windows
gradlew.bat run
```

## Result

![Master](/sweyp-image.jpg?raw=true "Sweyp")