poker-eval.git
2021-11-06 MA Beaudetfeat: add simulation example
2021-11-06 MA Beaudetfeat: add evaluator and hand structs (WIP)
2021-11-05 MA Beaudetfeat(web): add frequency, parse_cards and eval_hand...
2021-11-05 MA Beaudetfeat(web): add warning handling for faillible wasm...
2021-11-05 MA Beaudetfeat: add frequency function and constants
2021-11-05 MA Beaudetfeat: eval_from_str split in two functions
2021-11-05 MA Beaudetfix: parsing a card now returns an option
2021-11-05 MA Beaudetchore(web): remove comments from index.js
2021-11-05 MA Beaudetfix: convert unnecessary u32 to u16 and u8
2021-11-05 MA Beaudetrefactor: main now in examples
2021-11-04 MA Beaudetfeat(web): update html and css for lighthouse performance
2021-11-04 MA Beaudetfeat(wasm): add wasm js generated files and basic web...
2021-11-03 MA BeaudetMerge branch 'main' of mars:/srv/git/poker-eval
2021-11-03 MA Beaudetfeat: add wasm-bindgen build option and live example
2021-11-03 Pass Automated... feat: add wasm-bindgen build option and live example
2021-11-03 Pass Automated... initial commit