Giter VIP home page Giter VIP logo

pokerbots's Introduction

Compete with poker algorithms

Running locally

Run scripts/setup-env. It will request any necessary variables from you. Then you can start all the services using docker compose up, or run docker compose -f dev-compose.yml up to watch for changes and recompile if necessary.

Dependencies

  • You should ensure that rust is installed:
    curl https://sh.rustup.rs -sSf | bash -s -- -y
    echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
    
  • Node should be installed:
    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
    # In a new shell
    nvm install 20
    nvm use 20
    
  • openssl and postgres On linux:
    sudo apt install libssl-dev libpq-dev
    
    On mac:
    brew install openssl postgresql
    

Deploying to AWS

Coming soon...

Developing

When you're working on a service, you probably don't want to rebuild and run the docker containers every time you make a change. This is when the dev-compose file is useful.

  • Always make sure that you're running the builder and gameplay workers in the same environment. Otherwise they might run into issues. A more permanent solution to this would be to combine them into one service, but that's not a top priority.

pokerbots's People

Contributors

alexwaeseperlman avatar ssantoshp avatar tommyhe6 avatar

Watchers

 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.