smalltalk-boggle

Description

This is a short Smalltalk program that plays the Boggle word game for a board of size NxN and a list of words. It was created for a project in the CPS506: Comparative Programming Languages course at Toronto Metropolitan University.

Details

Source
GitHub
License
MIT
Stars
1
Created
Feb. 19, 2024
Updated
Sept. 3, 2024

Categories

Games Education / Howto

README excerpt

# Table of Contents
- [Smalltalk Boggle](#smalltalk-boggle)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

------------------------------

# Smalltalk Boggle
![GitHub](https://img.shields.io/github/license/adedhi/smalltalk-boggle)

This is a short Smalltalk program that plays the Boggle word game for a board of size NxN and a list of words. It uses an efficient algorithm to find and return a dictionary containing the set of adjacent points from the board that form a valid word (you can read more about Boggle [here](https://en.wikipedia.org/wiki/Boggle)). This program was created for a project in the CPS506: Comparative Programming Languages course at Toronto Metropolitan University.

## Features
- Simulates a game of Boggle
- Finds unique, legal words in a given grid of letters
- Can handle an NxN-sized board and an N-sized list of words (within reasonable expectations)

------------------------------

# Contributing
Contributions to this project are welcome. Please feel free to contribute.

# License
This project is licensed under the MIT License - learn more about it [here](LICENSE).

# Contact
If you have any questions, suggestions, or feedback, feel free to reach out to me at dadeshvir@gmail.com
← Back to results