Find Jobs
Hire Freelancers

Build me a windows app c# TODAY

$10-30 USD

进行中
已发布将近 5 年前

$10-30 USD

货到付款
Start Game Button Click Generate a Random number to the Random Number Variable Set Guesses Variable to 0 Disable the Start Button Enable the Guess Button Enable the Guess Text Box Set Focus to the Guess Text Box Guess Button Click Increment Number of Guesses variable by 1 Display number of Guesses in Number of Guesses Label if the guess in the text box is not numeric (I will give you this code) { Display a Message Box "Numbers Only" Clear the guess text box Set focus to the guess text box } else { Move the value in the guess textbox into a guess variable. if the guess variable is less than the random number { Display in a message box "Too Low"; Clear the guess text box Set focus to the guess text box } else if the guess variable is greater than the random number { Display in a message box "Too High"; Clear the guess text box Set focus to the guess text box } else (it was guessed) { Display in a message box "You Guessed it in x attempts."); Disable the guess text box Disable the guess button Enable the Start Button if the current user's number of guesses < lowest score { Set the best score integer to the user's number of guesses Display the new best score in the best score label Reset the current number of guesses label to 0 (ready for new game) Reset the current number of guesses variable to 0 (ready for new game) Clear the number in the guess text box } } } Exit Button Click Quit Program Getting Started 1. Build the screen as close to the screen design as I provided. Use the object names I provide in the TOE. Take note that the Number of Guesses and Best Score sit on a Group Box. 2. The Submit Guess button and Guess text box should be disabled at design time. You can’t submit a guess until the game has started. 3. Set your form’s tab order 4. Make the Submit button your form’s Accept button 5. Make the “S” in “Start Game” the hot key. 6. Make “G” in “Submit Guess” the hot key. 7. Make the “x” in “Exit” the hot key. 8. Create three class level integer variables – one to hold the generated random number, one for number of guesses and finally best score. Set the value of the best score initially to 99 as a primer. We will display a “?” when the game starts. Once someone gets a score below 11, the ? will be replaced with new low score. 9. Code your Start Button Click Event handler. Use this code at the start to generate a random number. Use intRandomNumber as the variable. Random rnRandomNumber = new Random(); intRandomNumber = [login to view URL](0, 1000); 10. Add the following code (function or value returning method) above the second to the last bracket in your code. private bool isNumberInt(string strInput) { try { int intValue = [login to view URL](strInput); return true; } catch (Exception) { return false; } } This function determines if a value in a text box is numeric. It can be used in your Guess Click event handler like this: if (!isNumberInt([login to view URL])) { [login to view URL]("Integers Only. Retry."); [login to view URL](); } • Add a counter allowing the user to have a maximum of 10 attempts before losing. • Add a game appropriate image to app. • Add sound to app. Replace message box with audio. • Capture and display the best score and the best scorer’s name. • Save the best score so that each time you start the program the best score is retained.
项目 ID: 19959312

关于此项目

4提案
远程项目
活跃5 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
4威客以平均价$33 USD来参与此工作竞价
用户头像
**Dear** I know many programming languages such as c , c++ , c# , wpf, OCR, java, android, php, ionic, python, react, cocos2d, unity, xcode, ... I have some experiences in meta trader. Also i am a good machine learning expert with python for recognition. I am a programmer with good logical thinking and problem solving skills. I’ve carefully gone through your job description and so I am very interested in your project. "Correct implementation for requirements + Fast Speed + Top Quality + Time". This is my working style. I can start your project immediately and finish your project successfully within given timeframe with high quality Pls contact me and work with me. Thank you.
$55 USD 在1天之内
5.0 (82条评论)
6.6
6.6
用户头像
I hold a degree in Computer Engineering. I minored in Programming with a focus in c,c++, assembly. Whether independent or operating on a team my analytical approach to problem solving has been a plus. i have experience of 5 years in assembly language, assembler, c programming, c++ programming, c# programming Kindly reply me soon so we can discuss more about this. Thank you
$20 USD 在7天之内
4.9 (11条评论)
3.8
3.8
用户头像
So detailed what left to do is just write codes. :) I have been developping windows software for some years. Please consider hire me, thanks
$30 USD 在1天之内
5.0 (8条评论)
3.9
3.9

关于客户

UNITED STATES的国旗
Spokane, United States
5.0
1
付款方式已验证
会员自6月 11, 2019起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。