Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File
Line
Function
/inc/functions.php
3388
errorHandler->error
/showthread.php
116
build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File
Line
Function
/inc/functions.php
3331
errorHandler->error
/inc/functions.php
3324
build_forum_breadcrumb
/showthread.php
195
build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File
Line
Function
/inc/functions.php
3331
errorHandler->error
/showthread.php
195
build_forum_breadcrumb
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
Attached are a set of BETA scripts for a Texas Hold'em poker game... The basic system seems to be working, but I need a lot more people to use it and tell me about the bugs so I can fix them. When you submit a bug report, make sure you include the logging!
Here are some notes:
Quote:A running poker game is based on a specific in-game card ITEMDEF.
The state of the game is entirely stored as TAGs on this object and
in server VAR and LIST arrays related to that item by it's UID.
The game loop is based on the TIMER for the card item. To start a
game, just create the item and double-click it to join:
.add i_cards_poker
DEPENDENCIES:
This system depends on some generic functions, uncomment them at
the end of this file if you don't have them already in another
script. Specifically they are:
f_sizeof
f_getargv
f_clearglobals
f_ListToString
URGENT IMPROVEMENTS:
- FIX CUSTOM BETTING (currently commented out)
- PLAY TIMER (show countdown timer above the cards every 10 or 20 seconds)
- force a fold if players don't play in time (currently if a player chooses not to play, the game is stuck indefinitely)
- Implement proper 'who scores first' logic
- Implement side-pot calculations (currently there is no side-pot)
LONG TERM IMPROVEMENTS:
- unicode poker symbols (currently using letters for suits)
- add disclaimer click-through
- let table owner modify table limits
- player limits (currently 2-8)
- blind limits (currently 50/100)
- buyin amount (currently 5000-10000)
- the code has a 8 player max assumption (could be 10)
- allow for multiple table owners
- dynamic dialog element positions instead of DEFNAME based (i.e. origin)
- allow players to play simultaneous games (currently only one allowed)
- alternate table layouts
- tournament play (blinds increase over time)
- improved messages
- individual card names
- flop names
- hand names
LICENSE:
Most source code should be Free!
Code I have lawful authority over is and shall be!
Copyleft : This software is licensed under the GNU General Public
License (version 2), and as such comes with NO WARRANTY. Please
consult the Free Software Foundation (http://FSF.Org) for
important information about your freedom.
Here is a screenshot:
Updates:
07-11-2012 08:12 AM - Fixes for "f_getargv" bug.
07-14-2012, 01:10 PM - Fixes for "pot raise" bug.
07-14-2012, 02:15 PM - Fixes for "pot raise" bug (again).
07-15-2012, 03:42 PM - Other betting logic repairs.
(This post was last modified: 07-16-2012 07:43 AM by RanXerox.)
07-11-2012 12:21 PM
The following 1 user Likes RanXerox's post:1 user Likes RanXerox's post Nefrelius (01-07-2023)