Skip to content

lukaswangbk/Game-Design-in-C-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

WPF Game Design

This project contains two games implemented using WPF framework in C#.

Typing Game

This games breifly contains following features:

  • If the "words" fall from the top to the bottom then the player is set to be hurt and player have limited lives.
  • A Start Button or Starting Screen.
  • Continuously falling "words" that the player have to type correctly to "destroy".
  • A Timer to count down when the game will end.
  • Final score and remaining health of player display.

Baba Is You

Baba Is You is a puzzle game where the rules you have to follow are present as blocks you can interact with. By manipulating them, you can change how the game works, repurpose things you find in the levels and cause surprising interactions! The game on PC can be downloaded here.
In this project we rebuild this game using WPF and C# with following features:

  • The Sokoban element of the game, in which the player avatar can move blocks around
  • The Undo element of the game, by pressing z, which allows you and EVERY game state to go back to the previous
  • The Game-rules element of the game, which is changed when different valid phrases are formed in the map
  • Replicate the levels in the game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages