dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 47a0bca3526a2de51e7851d5426014ce086b3e53
parent 2fde2ad15ef3dee9cc704c8e0a425a5307ffd8c0
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue,  5 Dec 2023 17:52:08 -0500

add todo

Diffstat:
Mpkg/web/handlers/poker.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/web/handlers/poker.go b/pkg/web/handlers/poker.go @@ -152,6 +152,7 @@ func (g *PokerGame) Deal(roomID string) { } } + // TODO: implement maximum re-rise OUTER: for { for i, p := range g.Ongoing.Players {