LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Guess2

Root / Submissions / [.]

Giant_GamerCreated:
Download:DK33XEA1
Version:Size:
Submitted for the "Colors" programing competition. This program is a simple guessing game, a heavily modified version of the guessing game demo, the goal is to guess three values to win. The Three Values are the Color, Pattern and Size of a T-shirt. The User enters a single number for each guess, the program will then give feedback on each digit as a separate digit, with hints allowing the User to make better guesses until they figure it out. This is a text based game, and no sprites are used. I have left notation for other beginners to view how I wrote the code.

Instructions:

Enter a 3 digit number for each guess. "***" no spaces and no text. If a guess is "close" then one digit is off by a factor of 1. You will be shown the T-shirt when you win. You will be told exactly what part of your guess is correct, after 10 guesses, by a hint.

If you want this to be in the competition, you need to add the "Programming Contest" category. You should see it in the dropdown box after the Games/Tools selector.

Ah, I missed the fact that you need to click the "add" button to select the description option. Thanks for letting me know. Good luck to everyone!

I actually had a similar idea but decided to drop it.

On line 394, 'BGMPAUSE' should be 'BGMSTOP'. Other than that, the program runs very nicely. Edit: I say to use BGMSTOP because not everyone has updated to 3.3.2 yet, and BGMPAUSE was added in that version.

Thanks for the tip M1CR0H4CK3R, I might update the program to correct it, and add another fix for the "stripes" pattern to stretch completely across the Larger T-Shirt on printout.

Replying to:M1CR0H4CK3R
On line 394, 'BGMPAUSE' should be 'BGMSTOP'. Other than that, the program runs very nicely. Edit: I say to use BGMSTOP because not everyone has updated to 3.3.2 yet, and BGMPAUSE was added in that version.
BGMPAUSE was added in 3.3.1. (nothing new was added in 3.3.2, it was just to fix some bugs)