Git Product home page Git Product logo

acpc_poker_types's People

Contributors

dmorrill10 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

builderworksco

acpc_poker_types's Issues

License missing from gemspec

Some companies will only use gems with a certain license.
The canonical and easy way to check is via the gemspec,

via e.g.

spec.license = 'MIT'
# or
spec.licenses = ['MIT', 'GPL-2']

Even for projects that already specify a license, including a license in your gemspec is a good practice, since it is easily
discoverable there without having to check the readme or for a license file.

For example, there is a License Finder gem to help companies ensure all gems they use
meet their licensing needs. This tool depends on license information being available in the gemspec. This is an important enough
issue that even Bundler now generates gems with a default 'MIT' license.

If you need help choosing a license (sorry, I haven't checked your readme or looked for a license file),
github has created a license picker tool.

In case you're wondering how I found you and why I made this issue, it's because I'm collecting stats on gems (I was originally
looking for download data) and decided to collect license metadata,too, and make issues for gemspecs not specifying a license as a public service :).

I hope you'll consider specifying a license in your gemspec. If not, please just close the issue and let me know. In either case, I'll follow up. Thanks!

p.s. I've written a blog post about this project

Allow MatchState to become "smarter" when passed a GameDefinition

For instance, when printing or retrieving an action, if a game def is provided, the match state should be smart enough to figure out the turn ordering and convert the requested action, or list of actions into a more context-ful representation (bets and checks instead of raises and calls when appropriate). The match state only needs to look within the context of the current round to do this anyway, so it won't even take much more computation.

Split Player into PlayerAgent and HandPlayer

Where PlayerAgent will contain state that persists across hands (stack, balance, seat, name) and HandPlayer will contain state that only lasts per hand. Each PlayerAgent will have a HandPlayer that it uses to track the state of the hand as it's being played.

Replace Ruby implementation with wrappers over `project_acpc_server` C code.

Having worked more with the files in the project_acpc_server, I've noticed there's a lot of duplication in the ruby code in this gem. The implementation could be simplified and sped up considerably if this C code were better leveraged. Making the change should be safe and not difficult because of this gem's extensive test suite.

Make convenience parsing operations in MatchState lazy

For instance, there's no need to break down the betting sequence down from its string form to a nested list of actions until this list is first requested. In fact, such a list is unnecessary. Instead, do a little extra computation to parse the string on demand. Often only the last action is requested anyway, and this can be done easily with a regex.

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.