Skip to content

Feature2/opie10#86

Open
opie10 wants to merge 11 commits intoLEAGUE-Level6:developmentfrom
opie10:feature2/opie10
Open

Feature2/opie10#86
opie10 wants to merge 11 commits intoLEAGUE-Level6:developmentfrom
opie10:feature2/opie10

Conversation

@opie10
Copy link

@opie10 opie10 commented Aug 20, 2025

This feature adds a word scrambling game, where you are given a series of scrambled letters, and must unscramble them. There is a help embed, and 100% coverage.

AaritJayaswal and others added 8 commits May 5, 2025 17:00
…ok, could probably find a better switching algorithm
everything works well, I had no problems. Still annoying bc the config file doesn't save, so just reset that whole thing again each time. Aside from that, this is nearly done, just add words from length 5-10. everything works, should work for longer levels.
if (messageContent.startsWith(COMMAND)&&!ready) {
Random rand = new Random();
int id = rand.nextInt(words[levelCounter].length - 1);
getScrambled(levelCounter, id);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this line?

…pie10

# Conflicts:
#	build/reports/tests/test/classes/org.jointheleague.features.student.second_feature.FeatureTwoTest.html
#	build/reports/tests/test/index.html
#	build/reports/tests/test/packages/org.jointheleague.features.student.second_feature.html
#	build/test-results/test/binary/results.bin
#	build/tmp/compileJava/previous-compilation-data.bin
#	build/tmp/compileTestJava/previous-compilation-data.bin
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