Git Product home page Git Product logo

talent's Introduction

Talent

A framework for identifying hype. Maybe someday. ๐Ÿ˜„

For now: yet another GoldSrc parser, built with fp-ts, and some utilities built on top of it!

Packages

Applications

Name Description On npm?
@cgdangelo/talent-jsonify-demo Runs the demo parser and logs to console. โœ…
@cgdangelo/talent-demo-renamer Renames a list of demo files to YYYY-MM-DD_HHMM_{map}.dem.
@cgdangelo/talent-example-demo-analyzer Example of a real-time demo analysis application using the demo parser event bus.

Libraries

Name Description On npm?
@cgdangelo/talent-parser-goldsrc Parser combinators for a GoldSrc demo file. โœ…
@cgdangelo/talent-parser-bitbuffer Parser combinators for bit-packed fields. โœ…
@cgdangelo/talent-parser-buffer Parser combinators for a Buffer. โœ…
@cgdangelo/talent-parser General use parser combinators. โœ…
@cgdangelo/talent-observable fp-ts bindings for rxjs observables.

What's working?

Demos can be parsed in their entirety. This includes all frame types, and all SVC_ engine messages contained with a NetworkMessages frame. User message parsing is limited to returning the message id, name, and raw data. Since the data in a message can vary between mods (e.g., DeathMsg) these parsers may have to reside in mod-specific packages.

What's coming? What's maybe coming?

The original goal of this project was to create a GoldSrc demo parser that could translate in-game events into readable data structures and emit them through observables for analysis. In particular, the ability to identify "hype" moments through some set of heuristics, such as:

  1. Multi-kills: Multiple frags at (roughly) the same timestamp, implying only one shot fired.
  2. Fast-paced streaks: multiple frags within a short period of time.
  3. High survivability: High number of frags between spawn and death.
  4. Events leading to a win condition, such as:
    • (Counter-Strike) Defusing the bomb with enemy players still alive could be a ninja defuse.
    • (Counter-Strike) Multiple kills in a disadvantaged situation (1v3, 1v4, 1v5) into a bomb defusal. This could be a CT retaking the bomb site and clutching the round.
    • (Day of Defeat) Multiple kills into a round win. This could be a streak that leads to a cap-out.
  5. Events that are otherwise important because of their circumstances:
    • (Day of Defeat) Breaking a double cap in progress when the enemy team controls all other flags, thereby preventing a cap-out.
    • A rapid change in crosshair angles followed by a kill. This could be a flick shot.

Contributing

This is a monorepo managed by Rush. You will need the Rush tool to continue:

npm install -g @microsoft/rush

Running applications

git clone https://github.com/cgdangelo/talent.git
cd talent
rush update
rush build

node ./apps/<name-of-app>/lib/index.js [app params]

Prior art

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.