Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.04 KB

Student project : Dojo Poker

Rewriting in Kotlin of my first team project at Polytech Nice

Note that I have entirely redone the project alone

Added

  • Implementation of the internationalization
  • Implementation of a multi-player system (>2)
  • Implementation of a random card selection for dojo poker
  • Implementation of the dual game mode (texas hold'em without bet and dojo poker)
    • DojoPoker functional
    • TexasHoldemPoker functional

This is my first project totally realized in Kotlin since 0, it allowed me to learn how the formatting of this language works, how much better it is than java (faster to write) but also that the compilation is slow, in spite of that, I think of not using Java any more in the future (out of course)

Difficulty encountered

  • Algorithm for determining poker hands
  • Conversion of the standard input into a poker hand (syntax check, duplicates...)
  • Implementation of Texas Hold'em

All rights reserved to Thomas Farineau