Graphics Challenge
Draw regular 5, 7 and 9 pointed stars.
Physics Challenge
Create an animation of Newton’s cradle.
Controls Challenge
Create some additional controls in the GraphicsWindow without using extensions.
- A read-only textbox
- Radio buttons
- A password entry textbox
- Create your own button with mouse-over and button press events, not using the button control, this way your button can have fancy colour or other effects
- Any other controls you fancy
Text Challenge
Create a program to draw a histogram of the frequency of letters in a text file.
Extension Challenge
Create your own extension in C# or VB to calculate the prime factors of a number.
Game Challenge
Write a simple ‘platform game’, where a player jumps between platforms.