Add more words
This commit is contained in:
parent
f83c07c460
commit
c2002c155a
1 changed files with 25 additions and 0 deletions
|
@ -9,6 +9,31 @@ public class Main {
|
||||||
.addWord("tree", "Woody plant with branches")
|
.addWord("tree", "Woody plant with branches")
|
||||||
.addWord("blue", "Color of a clear sky")
|
.addWord("blue", "Color of a clear sky")
|
||||||
.addWord("door", "Entrance to a room")
|
.addWord("door", "Entrance to a room")
|
||||||
|
.addWord("ocean", "Vast body of saltwater")
|
||||||
|
.addWord("mountain", "Large natural elevation of Earth's surface")
|
||||||
|
.addWord("computer", "Electronic device for processing data")
|
||||||
|
.addWord("music", "Art of arranging sounds in time")
|
||||||
|
.addWord("bicycle", "Two-wheeled vehicle powered by pedaling")
|
||||||
|
.addWord("flower", "Reproductive structure of flowering plants")
|
||||||
|
.addWord("rain", "Water droplets falling from the sky")
|
||||||
|
.addWord("camera", "Device for capturing images or videos")
|
||||||
|
.addWord("pizza", "Flat bread topped with sauce and cheese")
|
||||||
|
.addWord("telescope", "Optical instrument for viewing distant objects")
|
||||||
|
.addWord("volcano", "Mountain that erupts molten rock")
|
||||||
|
.addWord("galaxy", "Vast collection of stars and cosmic matter")
|
||||||
|
.addWord("umbrella", "Device for protection against rain or sun")
|
||||||
|
.addWord("microscope", "Instrument for viewing tiny objects")
|
||||||
|
.addWord("butterfly", "Insect with large, colorful wings")
|
||||||
|
.addWord("saxophone", "Brass musical instrument with a reed")
|
||||||
|
.addWord("democracy", "System of government by the people")
|
||||||
|
.addWord("calendar", "System for organizing days and dates")
|
||||||
|
.addWord("tornado", "Violently rotating column of air")
|
||||||
|
.addWord("origami", "Japanese art of paper folding")
|
||||||
|
.addWord("kangaroo", "Large hopping marsupial from Australia")
|
||||||
|
.addWord("lighthouse", "Tower with light to guide ships")
|
||||||
|
.addWord("cactus", "Desert plant with spines")
|
||||||
|
.addWord("ballet", "Classical form of dance")
|
||||||
|
.addWord("pyramid", "Ancient structure with triangular sides")
|
||||||
.generate();
|
.generate();
|
||||||
|
|
||||||
Crossword crossword = builder.build();
|
Crossword crossword = builder.build();
|
||||||
|
|
Loading…
Reference in a new issue