mypoker
LLM Vibe Score 38 Human Vibe Score 44%

mypoker

· GitHub

CS3243 Introduction to AI Term Project: AI Poker

0
Visit Resource

Repository Stats

4 stars
42 forks

Repository Activity

This repository has been starred 4 times and forked 42 times, showing its popularity in the developer community.

README Preview

## Term Project

### Set up environment
using the conda or pyenv

- conda create -n cs3243 python=2.7
- source activate cs3243

replace the cs3243 with whatever name you want
https://conda.io/docs/index.html

pip install PyPokerEngine  
https://ishikota.github.io/PyPokerEngine/



testing installmement:

```
import pypokerengine   
print("hello world")
```



### Create your own player
#### Example player

```

class RaisedPlayer(BasePokerPlayer):

  def declare_action(self, valid_actions, hole_card, round_state):
    #Implement your code
    return action

  def receive_game_start_message(self, game_info):
    pass

  def receive_round_start_message(self, round_count, hole_card, seats):
    pass

  def receive_street_start_message(self, street, round_state):
    pass

  def receive_game_update_message(self, action, round_state):
    pass

  def receive_round_result_message(self, winners, hand_info, round_state):
    pass
```
#### Example Game
The example game is in the example.py

###

Join the Discord Community

Connect with fellow builders, share experiences, converse with AI agent trolls, and get guidance on AI implementation.

Come learn to vibe code with us!

Join Community
8
Members Online Now
Online now:
0xRichard
0xRichard
a...
a...
c...
c...
J_Pyxal
J_Pyxal
Jae
Jae
+3

VibeBuilders.ai Newsletter

Get the free TERMINAL NAVIGATION TOOLKIT when you sign up!

We respect your privacy. Unsubscribe at any time.