본문 바로가기

프로그래밍 기술 노트/Functional Study

[Functional Study] Poker Game

https://github.com/Lee-WonJun/FP-Seminar/blob/master/Tutorial/ConcentrationGame/F%23/Program-leewonjun.fs

 

Lee-WonJun/FP-Seminar

Contribute to Lee-WonJun/FP-Seminar development by creating an account on GitHub.

github.com

포커로직을 F# 으로 구현

패턴매칭만 엄청쓴듯하다. 테스트를 Repl 로만 대충 해봐서 어딘가 잘못된 로직이 있을수도..

원래는게임까지 구현하려고 턴마다 한장씩 나눠주는 것을 구현했는데

생각해보니까 5장 미리 나눠주고 UI 상에서만 안뿌리면 되는거 같아서.. 지웠다..

728x90