From 2a29e09f530806826b18e573d3cc707dd4079e78 Mon Sep 17 00:00:00 2001 From: ThisBirchWood <98231127+ThisBirchWood@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:27:47 +0100 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdc6583 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# What is CS2 Demo Mapper? + +CS2 Demo Mapper is a tool that takes a Counter-Strike 2 (CS2) demo file and visualizes it as a top-down 2D representation of the game using Pygame. It provides a way to analyze matches by displaying player movements, team positions, and other key gameplay elements. +## Current Features + +- Top-down visualization of CS2 demos. +- Supports de_mirage (more maps to come). + +## Planned Features + +- Round controls: Easily navigate between rounds and key moments in a match. +- Frontline visualization: Highlight contested areas and team-controlled regions. +- Expanded map support: More official CS2 maps will be added. +- Yaw & pitch options: Allow adjusting camera angles for better analysis. + +This tool is useful for match review, strategic planning, and performance analysis. More features will be added to improve the clarity and depth of demo analysis!