Games demonstrating understanding of C#.NET Framework and Object-Oriented programming. Objectives:
- The .NET platform and .NET Framework
- C# control structures
- Development of Object Oriented applications
- Understanding of graphical user interfaces (GUIs)
- Arithmetic operations and decision-making constructs
- Flow control Structures
- Data Structures
- Input/Output
- Methods
- Exception Handling
- Turn cards in every turn in pairs of two. If you find a pair, those cards are eliminated. Try eliminating all cards in minimal turns to win.
- Dodge red, green and yellow blocks using mouse. Red blocks are smallest and slowest whereas yellow blocks are largest and fastest. Earn points proportionately unless you hit a block.
- Click a color at the bottom to flood all block from top left corner with that color. In this process new blocks will be added to the larger group if it matches the color. You get 30 turns to flood all the blocks with single color.
- Here four different color have four different sound tracks. The app will highlights a sequence of colors (with sound) and you have to imitate it by pressing on same colors in same sequence (creating same track). The app builds on the same sequence until the you loss or the game restarts.
- Slide puzzle blocks with mouse click and drag. Solution of this puzzle is just arranging the numbers in ascending order.
- Click on the lever to run the slot machine. If 3 or 2 images match, you get coins accordingly. If no images match, you loose a coin.
- Refer the map on right. Kill the Wumpus before it kills you to win the game following the instructions and options in the console.