Java and C++ class

Students in this class learned how to make programs like calculators and even text-based RPGs! Students learned the different aspects of programming, from designing a program to coding and finally to debugging. The final project in the first session was to make a game, and the games created ranged from tic tac toe to hangman to text-based RPGs. In the first session the students learned to program in C++ in Microsoft Visual Studio 2005, and in the second session they learned to program in Java using the BlueJ programming environment.

Reminiscing

"This class was very fun and rewarding," said Joe Webster. He continued, saying, "I made a ton of new friends here." The students here learn a lot and really enjoy getting programs to work after putting hard work into them. It's a great experience and provides a good introduction to programming, which is useful in almost any field of study.

Here is the source code from some of our programs:

Combination Lock (Java)
Number Guessing Game (Java)
Hangman Game (C++)