Git Product home page Git Product logo

csgo-coach's Introduction

CSGO Coach

is a game-integrated stratbook application for csgo clans.

Features

  • Strat collection for each map with different tasks for every user via markdown/wysiwyg editor
  • Live game integration with visualization of player loadout and round history
  • Visualization of round-tasks for an specific player during the execute

Possible features

  • Enemy economy tracker #8
  • Bomb time #9

Technical implementation

Every client needs to set a specific counter-strike config file, so that the csgo client is able to send necessary player-informations to the server-application(backend). At the otherside a nodejs application collects, processes and sends the data to an angular application(frontend).

alt text

Server-configuration file

A server-configuration file is necessary to start the server application. Security is the reason that the file is not available in the git repository, so you have to create your own configuration file:

\server\config.js :

const CONFIG = {
    
    WEB_SERVER_URL: 'http://csgo-coach',
    WEB_SERVER_PORT: 4200,
    WEB_SERVER_INDEX_PATH: '/wherever/the/bundled/files/are',

    STEAM_API_KEY: 'highly_secure_secret',
    SESSION_SECRET: 'highly_secure_secret',

    MONGODB_HOST: '192.168.178.84',
    MONGODB_PORT: '21111',
    MONGODB_USER: 'mongo_user',
    MONGODB_PASS: 'highly_secure_password',
    MONGODB_NAME: 'database_name',
    
    LOGGING_ENABLED: true
};

module.exports = CONFIG;

Credits

csgo-coach's People

Contributors

matseee avatar

Watchers

 avatar  avatar

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.