Skip to content

How Many Outs is a web based poker game to improve your ability to quickly identify outs in a poker hand.

License

Notifications You must be signed in to change notification settings

seekely/howmanyouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quagen

How Many Outs is a poker based game to help improve your ability to quickly identify outs in a poker hand. This was my very first time programming in Python, so things would look a bit different if I were to do the project again 😛

You can play the game at http://howmanyouts.com

You can read more about creating the game at https://seekely.com/funthings/howmanyouts/

Contributions

This is an old personal side project not under development, but I welcome contributions! Before embarking on any big change or contribution, I encourage opening a discussion ticket first so we can align and avoid either one of us wasting effort. When opening a pull request, ensure your code has tests and follows the code styling tools.

The repository is under the MIT license, so feel free to fork and take the project in your own direction!

Development

How Many Outs is built with Python(= 2.7), Flask, SQLite, and old school JQuery. To get started developing, run the below and then Open up http://127.0.0.1:5000 to play/debug!

cd howmanyouts
virtualenv venv
source venv/bin/activate 
pip install Flask
python howmanyouts.py

About

How Many Outs is a web based poker game to improve your ability to quickly identify outs in a poker hand.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published