Table Update
- Write a program to display a simple table of data like the scores for 10 students
- Extend the program so that it reads the data from a file
- Extend it further so that the table display is automatically updated when the fie contents change
Swipe login
Make a 9 zone ‘swipe’ login screen like you get on phones
Binary Lights
- Write a program to show the binary value for numbers – the lights change when the number is changed or entered by the user
- Perhaps extend to a binary digit clock
Sum of Digits
- Write a program to recursively sum all the digits in a number
- There is a pattern for any number divisible by 9
For example 561096 : 5+6+1+0+9+6 = 27 : 2+7 = 9
Community Suggestion
By Coding Cat
Rotation in Stages
- Placing multiple shapes around a circle
Example: Peddles on a flower - Rotating the shapes around the center
Example: Farris Wheel - Rotating the shapes themselves as they rotate around the center
Example: A rotating marquee, where the bottoms of the letters always face the center - Vary the radius of the of the circle as the shapes rotates
Example: The rotating letters would pulse in and out from the center as they rotated.
By Lvan Leduc
These suggestions come on separate discussion threads.