|
Array Parameters, User Input
This program shows how functions can work to return a value for numbers in an array.
|
Sun, Nov 23 2008
|
367
|
0
|
|
Five Chances to guess a random number
This console program constructs a guessing game over a random number it repeats continually until...
|
Mon, Nov 17 2008
|
294
|
0
|
|
Example of Methods illustrating Loop types
This program constructs five methods outside of Method Main (). The first two methods are used in...
|
Wed, Nov 12 2008
|
222
|
0
|
|
British Air Force circle
This little program creates the symbol for the British Air Force, using the circle class.
|
Mon, Nov 10 2008
|
235
|
0
|
|
Create a random-length loop with random colors
This program shows how you can use the random() function in the Math library to create a random...
|
Thu, Nov 6 2008
|
199
|
0
|
|
Loops, While statements, If-Then-Else Conditionals & Booleans
This program shows how loops work in the console with if-then-else statements, while statements...
|
Thu, Oct 30 2008
|
186
|
0
|
|
Boolean data types, by Zman
This program offers a brief explanation of boolean data types and sows. There are 2 'flavors'...
|
Mon, Jul 21 2008
|
271
|
0
|
|
JerseyColor - team playing with strings
This simple, beginner-level console program shows conditional logic statements, if-then, if-then...
|
Mon, Jul 14 2008
|
252
|
0
|
|
Sprite follows direction of mouse
This simple program shows how a sprite can be programmed to follow the direction of the pointing...
|
Mon, Aug 6 2007
|
422
|
0
|
|
Fun with debugging - "DeBugDaBug"
The Phrogram team came up with a little program that might help you learn a technique known as interactive...
|
Mon, Aug 6 2007
|
436
|
0
|
|
UFO Maze - simple game code
UFO Maze is an example of easy to understand simple game code
|
Fri, Dec 8 2006
|
1,511
|
0
|
|
Check if mouse is over image when clicked
Simple example of how to see if the mouse is over an image when clicked
|
Fri, Dec 1 2006
|
761
|
0
|
|
Sprite move up-and-down example
This example show how to use for loops to move a sprite down and back up the screen, this example...
|
Wed, Nov 29 2006
|
594
|
0
|
|
Checkers
Thanks Larry S. for this version of checkers
|
Mon, Nov 27 2006
|
796
|
0
|