https://github.com/adhami3310/poker-bot-rust-skeleton

pokerbot 2024

https://github.com/adhami3310/poker-bot-rust-skeleton

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 7 committers (28.6%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

pokerbot 2024

Basic Info
  • Host: GitHub
  • Owner: adhami3310
  • Language: Python
  • Default Branch: main
  • Size: 98.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

MIT Pokerbots 2024 Engine

MIT Pokerbots engine and skeleton bots in Python, Java, and C++.

The command to run the engine is python3 engine.py. The engine is configured via config.py.

Dependencies

  • python>=3.12
  • cython (pip install cython)
  • eval7 (pip install eval7)
  • Java>=8 for java_skeleton
  • C++17 for cpp_skeleton
  • boost for cpp_skeleton (sudo apt install libboost-all-dev)
  • fmt for cpp_skeleton

Linting

Use pylint.

Owner

  • Name: Khaleel Al-Adhami
  • Login: adhami3310
  • Kind: user
  • Location: Cambridge, MA
  • Company: MIT

support my work on https://opencollective.com/beyond-expiry

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 50
  • Total Committers: 7
  • Avg Commits per committer: 7.143
  • Development Distribution Score (DDS): 0.56
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
azhang1001 a****4@g****m 22
Dylan d****d@m****u 11
gaurab1 g****s@g****m 8
samueltzhou s****u@m****u 5
PGP2004 1****4 2
Khaleel Al-Adhami k****i@g****m 1
Jacob David d****g@g****m 1
Committer Domains (Top 20 + Academic)
mit.edu: 2

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

rust_skeleton/Cargo.toml cargo