Skip to content

Python package to find words on a 2D Array / gameboard (graph)

License

Notifications You must be signed in to change notification settings

splucas/word_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Finder

Provides a basic framework to find and score words located on a 2D array. Think Boggle(tm) or a word-search type puzzle.

Building

  • Clone the repo
  • Setup a virtual environment: python -m venv .vevn
  • Activate the venv
  • Upgrade pip: python -m pip install --upgrade pip
  • Install build: pip install --upgrade build
  • cd to project root: python -m build

Running Tests

  • Requires PyTest
  • Install: pip install --upgrade pytest

About

Python package to find words on a 2D Array / gameboard (graph)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages