switch_challenge
1.0.0
This program is designed to solve the Switch Challenge. It's a straightforward tool that allows you to input color combinations and receive the correct number sequence as a solution. This README provides essential information on how to effectively use the program.
Basic Usage:
comb1: 'gbry'
and comb2: 'bygr'
will return 2413
.Advanced Level (Switch to Level 2):
comb1: 'gryb'
comb2: 'rbgy'
numbers: '2341,2431,3241'
numbers: '2341,2431,3241'
numbers: ''
[3241, 2341]
, indicating the numbers to select for the respective rows.Here's an example of how you would input the data and the expected output:
comb1: 'bygr'
comb2: 'gyrb'
output: 3241