C# - Matrix Rain Console Application [Year of Development: 2019]

January 22, 2020 ยท View on GitHub

About the application technologies and operation:

Technologies:

  • Programming Language: C#
  • FrontEnd Side: Console Application
  • BackEnd Side: .NET Framework 4.7.2.

Application solution structure:

  • MatrixRain.Console: Includes the FrontEnd Side of the application.
  • MatrixRain.Core: Includes the BackEnd Side of the application.

Installation/ Configuration:

  1. Restore necessary Packages, run the following command in PM Console

    Update-Package -reinstall
    

About the application:

This app should explain how an animation can be presented by just using normal programming functions and this one shows the famous Matrix Rain from the Movie Matrix.

The basis behind this application is just printing random characters at random heights but throughout all the positions along the width.