Skip to content

psycho-daisies/WordSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordSearch

  • Class: CS 145
  • Assignment: Word Search Program
  • Authors: Troy Brunette
  • Word Search program generates a 2D grid of Words from a list of words.
  • The user can add the words to a list or use a supplied list of words.
  • Each word is checked if it can fit on the grid in the specified row and column,
  • and checked in all directions for overlaps with other words on the grid.
  • If there is an overlap, and it's within the bounds it can be placed.

About

Word search assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages