So, here’s a little homework for everyone. Create an LOLCode game that guesses a user's secret number between 0-64 The user selects a secret number but doesn't enter it into the program.
Then the program attempts to guess the number using a binomial search pattern.
Test for cheating as well! Why? Because if you can get through LOLCode then no other procedural language will throw you for very long!