Skip to content

Commit e9d4b1c

Browse files
committed
add link up top for demo player
1 parent 2692bd9 commit e9d4b1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posts/rendering-counter-strike-demos-in-the-browser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ tags: ["javascript"]
55
description: "Building a demo player for coaches and analysts to visualize CS2 gameplay."
66
---
77

8+
_Try out [my demo player]((https://demo-player-prototype-czbho8z0l-healeycodes.vercel.app) (desktop only)._
9+
810
Counter-Strike 2 (CS2) demos are recorded gameplay files that capture every player's movement, actions, and the overall game state. They're the [flight recorder](https://en.wikipedia.org/wiki/Flight_recorder) of a match, storing the raw data so that it can be watched later on.
911

1012
Professional players and analysts use these demos to review their team's performance — and they also spend time watching upcoming opponents to counter strategize. Demos can be watched by loading them in CS2. They can also be parsed using open source libraries like [demoinfocs-golang](https://github.com/markus-wa/demoinfocs-golang) or [awpy](https://github.com/pnxenopoulos/awpy). There is a range of tools that can be used to watch demos in the browser from a top-down 2D view.

0 commit comments

Comments
 (0)