GitHub / Metalocif / VBA-Game-Boggle
A short "game" of Boggle. Doesn't actually let you play the game, but it generates a random 4x4 grid of letters and finds all valid words in a given language (well, only two languages). Uses recursion. For Skema students, this code is post-session 6, and it uses a session 8 notion.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Metalocif%2FVBA-Game-Boggle
PURL: pkg:github/Metalocif/VBA-Game-Boggle
Stars: 1
Forks: 0
Open issues: 0
License: None
Language:
Size: 859 KB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: over 4 years ago
Pushed at: over 4 years ago
Last synced at: about 2 years ago
Topics: boggle-solver, recursion, vba