Skip to content

Games demonstrating understanding of C#.NET Framework and Object-Oriented programming (2018).

License

Notifications You must be signed in to change notification settings

chandnii7/.NET-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C#.NET Apps

Games demonstrating understanding of C#.NET Framework and Object-Oriented programming. Objectives:

  1. The .NET platform and .NET Framework
  2. C# control structures
  3. Development of Object Oriented applications
  4. Understanding of graphical user interfaces (GUIs)
  5. Arithmetic operations and decision-making constructs
  6. Flow control Structures
  7. Data Structures
  8. Input/Output
  9. Methods
  10. Exception Handling

Concentraction App

  • 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.


Dodger App

  • 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.


Flood It App

  • 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.


Simon Says App

  • 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.


Sliding Puzzle App

  • Slide puzzle blocks with mouse click and drag. Solution of this puzzle is just arranging the numbers in ascending order.


Slot Machine App

  • 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.


Wumpus Console App

  • Refer the map on right. Kill the Wumpus before it kills you to win the game following the instructions and options in the console.