• Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

MasterMind v1.2
By LimeGlass

The idea behind the game is for the player (the code-breaker) to guess a secret code which will be randomly generated every game. The code-breaker will makes a series of pattern guesses - after each guess you will get feedback depending if the colour is in the correct location. The number of pegs that are the right colour and in the correct position, will determine if the player has won or not.

Skript addons needed:
  • SkQuery
Installation:
  • Place MasterMind.sk in plugins/Skript/scripts then restart the server or type /sk reload MasterMind
Pictures:
lZGODL5.png

1uM3yPM.png

6drGMFW.png


Main command:
/mastermind
Permission: mastermind.use

Todo:
  • Suggestions taken
  • Add a almost found option (White tag for guessing)
You can add more colours if you wish to increase the max difficulty. Simply add more colours to the {mastermind::data::*} variable.
  • Like
Reactions: SEFYY
Author
LimeGlass
Downloads
1,540
Views
1,540
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from LimeGlass

Latest updates

  1. Updated to latest

    Updated to latest Skript syntaxes, optimizations and make the script delete un-used variables on...
  2. Debug message

    Removed: - Small debug message that gave away the code lol