Vai al contenuto

Challenge 2017-09

Text Challenge

  • Write a program to loop through the characters in a string, moving the first character to the end until all characters have been moved

“Hello World” -> “ello WorldH” -> “llo WorldHe” -> “lo WorldHel” -> … -> “Hello World”

Interface Challenge

  • Write an interface to play songs on your PC.
    It should have input for a folder where your files are, and a way to select and play, stop one of the music files.

Graphics Challenge

  • Write a program to draw lightning flashes

https://communitycloudatlas.files.wordpress.com/2014/06/prism_refraction.gif

Test Program Challenge

  • Write some simple short programs to test all the features of one one the Small Basic objects

Physics Challenge

  • Write a program to show white light being split into rainbow colours by a glass prism.
    To make it harder make it so that the direction of the input white light can be moved (check out Snell’s law).

Game Challenge

  • Write a simple Bejeweled game, just using coloured circles

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *

Questo sito usa Akismet per ridurre lo spam. Scopri come i tuoi dati vengono elaborati.