Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 905 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 905 Bytes

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

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.