Quote:
Originally Posted by coreymills
could anyone suggest any apps to make for a beginner just for pratice
|
-Make a program that displays text
-Make a program that can compare two values together
-Make a program that can recieve input from user
-Make a program that can save input from user into a file
-Make a program that can read input from files
-Make a program that asks a person for a password that is saved in a file, and checks to see if the password is correct
-Make a program that uses arrays
-Make a program that displays a random number
All of those should be easily found in guides across the internet. After you make them, though, the real programming comes in...
I want you to use what you learn from those to create a text based version of a card game. It can be solitaire, hearts, spades, any dam card game. Just use what you learn along the way to figure out how to:
-Make a deck of cards
-Shuffle the deck
-Deal the deck
-Let the player play a card
-Determine if the card is allowed to be played
If you are able to accomplish all of that, then you should be able to set a new programming goal, and start looking up things to accomplish the new task.