Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add crossword board generator #9

Merged
merged 3 commits into from
Feb 28, 2024
Merged

Conversation

jsgalarraga
Copy link
Member

Description

Added a dart package for the crossword board generator.

For now it only has the algorithm to create the board.
Next steps for this generator:

  • Retrieve the 100k words we have in the database
  • Save the generated board into the database.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@jsgalarraga jsgalarraga merged commit f412d20 into main Feb 28, 2024
4 checks passed
@jsgalarraga jsgalarraga deleted the feat/board-generator branch February 28, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants