A simple web application that handles players and a pot. Instead of playing cards, players can bet on questions which are displayed.
Add players with start balance.
In each round players try to answer the current question and bet a certain amount based on their feeling how close they are to the actual answer. For every revealed tip players can raise, call or fold. When the answer is revealed the player with the closest answer gets the pot.
- React
- CSS
- Vite (Development & Build)