Pinned Repositories
advanced-c-sharp-language-features-2491189
This repo is for the Linkedin Learning course: Advanced C#: Language Features
dotnetcore-hello-world
A simple .NET Core MVC web app for docs
Objects-fall-Game
Objects fall from the top of the screen to the bottom of the screen. The horizontal position of the object is random every time an object falls. The fall interval between the objects is also random. Always at least 1 object must be falling and there may be multiple falling objects at the same time visible. We capture the objects by clicking or touching them. Every object caught increases the score, each missed object decreases the score. After 30 seconds, the game ends and the score is added to the score list, along with the player name. The score list must be kept permanently, so that it is still available at the next round.
dannykhreet's Repositories
dannykhreet/advanced-c-sharp-language-features-2491189
This repo is for the Linkedin Learning course: Advanced C#: Language Features
dannykhreet/dotnetcore-hello-world
A simple .NET Core MVC web app for docs
dannykhreet/Objects-fall-Game
Objects fall from the top of the screen to the bottom of the screen. The horizontal position of the object is random every time an object falls. The fall interval between the objects is also random. Always at least 1 object must be falling and there may be multiple falling objects at the same time visible. We capture the objects by clicking or touching them. Every object caught increases the score, each missed object decreases the score. After 30 seconds, the game ends and the score is added to the score list, along with the player name. The score list must be kept permanently, so that it is still available at the next round.