Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 830 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 830 Bytes

_Codename_

logo crop

This project is a remake of the score screen in Hotline Miami* game series built with Avalonia UI.

Features

  • Palms: much palms, very tree
  • Cities: buildings sliding like no one's business
  • Gradients: woah dude

Prerequisites

  • .NET 6 or later to run the project.
  • Avalonia UI for cross-platform UI development.

Running the Project

  1. Clone this bad boy to your local machine.
  2. Open the project in any compatible IDE.
  3. Set the configuration to Release or Debug mode as needed.
  4. Run the project.
git clone https://github.com/yourusername/HotlineVisualization.git
cd HotlineVisualization
dotnet build
dotnet run