#random #words #puzzle

bin+lib word_search

A crate to generate and display a configurable word search grid

1 unstable release

0.1.0 Jul 18, 2024

#801 in Game dev

MIT/Apache

19KB
392 lines

word_search

A Rust crate which can be used to generate random configurable word searches.

An example of how a word search can be displayed using Rust's Display trait:

k t o v c a l e u e c h u v b | nap
b j f u j f p q w l f z v c e | sleep
c l z n o i t c a r t s i d e | pillow
b w t y r p w j t s t a r w o | eggplant
t n f a l k s z p k b e s w n | distraction
k v s n h p a w k j x y p k d | sandwich
t p e k y x n t n a l p g g e | anklet
f i v l f s d x t n o q i q z | rats
h p v e j l w o y n p m g y w | skater
k i v t u s i d q d r e a i p |
v l h p f r c w x q b e e c p |
p l e c a o h k c p c u c l k |
m o r p o n y i j j s n o u s |
o w c y e c v l q b d b d a c |
x l r e t a k s c u i u h i i |

lib.rs:

Word searches

A crate that helps with generating word searches with flexible configuration options.

Dependencies

~370KB