You are given a set of rows with cursor at bottom left corner. A password is needed to be cracked open by making guesses. On each guess, one "bull" is rendered for each digit that is in correct place and one "cow" is rendered for each digit that exists in password, but not in correct position. After each guess cursor moves upwards. If it runs out of room (input area is solid or flagged with CF_NOBLOCKS), you lose the game.
Stand on numbers to right of cursor, then press Ex1 and Ex3 to change input, then press Ex2 to confirm guess. You get 2 numbers, left one is Bulls, right one is Cows.
Update 29.09.2024 - Added pop-up frame to render combo underneath Link. Added ability cycle in both directions when inputting password.
1. Set up sequence of consecutive combos for "alphabet", like numbers 0-9;
2. Build puzzle area. It`s rectangle full of non-solid floor with width equal to number of digits plus 2 positions to render output, and height equal to number of attempts allowed. Put solid combos above puzzle area.
3.Place invisible FFC with sript and combo of 1st combo from step 1 at bottom left corner of puzzle area.
D0 - number of digits/elements in password
D1 - number of different elements/digits that can be in password.
D2 - >0 - allow duplicates in guesses and password.