/GameHaeDuo_verification

게임해듀오 - 유저 인증 프로그램

Primary LanguageC++Apache License 2.0Apache-2.0

GameHaeDuo Verification Program

A program that verifies Gamehaeduo's Matching Algorithm.

About GameHaeDuo Verification Program

  • We crawl data from op.gg. This website has real-time stats for League of Legend.
  • We crawl real-time data and use that data to find how duos are playing League of Legend. We use the crawled data to compare it with our original program. Comparing the data is also included in the verification program.
  • Our original project is here.

Necessity

  • Verification program is needed to show that our project is working correctly.
  • However, since there are not many users at present, it is difficult to prove the accuracy of the matching algorithm through the actual users of Gamehaeduo.
  • Therefore, we made our very own verification program.

Support Websites

Getting Started with GameHaeDuo Verification

  • You will need Python to run our program.
  • Once you run the program the program will require the number of users you want to crawl.
  • The more data the more accurate the verifying process will be.

Installation

$ git clone https://github.com/CAU-OSS-2019/team-project-team17_verification_program.git

Contribution

If you want to contribute to our project, please read CONTRIBUTING.md before contributing.

Issue

When you have issue, please open your issue here

Pull Request

We are developing in 'develop' branch.

  1. Fork to your account and modify your changes.
  2. Please pull request to corresponding branch.

License

This project is licensed under the Apache 2.0. For more information, see the LICENSE file.

Other Repositories of GameHaeDuo

Client

https://github.com/CAU-OSS-2019/team-project-team17_client

Server

https://github.com/CAU-OSS-2019/team-project-team17_server