BlameThePixel!

BTForum » Main BTP Stuff » BlameTheMoney » What about a...

Poll: Good Idea?
We Want Casino! 5 users
Yeah thats a good idea 1 users
Yeah that sounds alright. 1 users
No, It wouldnt be good. 2 users
Hang Rogan! 9 users
Abstain 1 votes
(19 votes have been cast so far)Can't Vote While Logged Out!

Page: [] [2] []
[ES]Pioneer322
Orangie Orgy
Send PM
An Avatar
Posts: 2375
Threads: 38
Mood: FFFFFFFFFFF
Money: £1289.13 (D)
User Tax: -322%
(+ Friend)
Not online within the last half an hour
hmm.. why was it marked spam?
(offtopic)
16.02.05 18:56
Post #16
[Hide Sig (2)] [Profile] [Quote]
[S]ReadMe
Absent
Send PM
Posts: 2820
Threads: 85
Money: £43.42 (D)
(+ Friend)
Not online within the last half an hour

Quoted :: Glenn


Quoted :: ReadMe

heh, development had kinda stagnated as of late, creating a multiplayer game in PHP is kinda tricky. Hopefull be done within a month or so.


Is it going to be no-limits hold'em, or are there going to be preset maximum bets we can make?


Well atm it's limits holdem, i'm testing with 20-40 and players start with a 10000 stack.

I intend to allow players to buy chips with their BTP money and put a limit on the number of chips they can have.

After it's done i may expand it to allow pot limit and/or no limit.

________________
Cant be arsed to remake my sig.
16.02.05 19:27
Post #17
[Hide Sig (7)] [Profile] [Quote]
[]Glenn
Forsetti
Send PM
Posts: 4241
Threads: 98
Mood: Godly
Money: £8.24 (D)
(+ Friend)
Not online within the last half an hour
How about just have both? Have all the tables but one be limits, and then whoever gets a spot in no limits table, well, they get to play.
16.02.05 19:42
Post #18
[Youtube] [Hide Sig (12)] [Profile] [Quote]
[S]ReadMe
Absent
Send PM
Posts: 2820
Threads: 85
Money: £43.42 (D)
(+ Friend)
Not online within the last half an hour
the coding is a bit on the tricky side though, and going all-in just makes things over complicated.

Funny how it all seems so simple in your head.

________________
Cant be arsed to remake my sig.
16.02.05 20:20
Post #19
[Hide Sig (7)] [Profile] [Quote]
[]Glenn
Forsetti
Send PM
Posts: 4241
Threads: 98
Mood: Godly
Money: £8.24 (D)
(+ Friend)
Not online within the last half an hour
I could probably do it, but there's two problems:
A) I know jack about PHP (I'm supposed to be learning it, but meh).
B) It'd probably contain redundant code.

Basically, here is the redundentness that could make it work:
money_under = money_max - money_current
all_in = money_max - money_under
money_current = money_current - all_in
if (opponent_money < all_in) && (call == true)
money_current = all_in - opponent_money
if (opponent_money < all_in) && (opponentb_money >= all_in) (ad infinitum) && (call == true) && (callb == true) (ad infinitum)
(
side_pot = (all_in - opponent_money) * (x-1) /*this money can be claimed by anyone that met all_in, x = # of players in*/
main_pot = opponent_money * x /*this money can be claimed by everyone regardless, x = # of players in*/

This is just basic code, it'd be up to you to make it work. The same problems apply any other time a player doesn't have the money to call or to fulfill the blind, so you'd have to provide for that as well.
17.02.05 03:20
Post #20
Last edited: 17.02.05 03:24 (Glenn - 1 times) [Youtube] [Hide Sig (12)] [Profile] [Quote]
[G]meiapaul
Statusless
Send PM
Posts:
Threads:
Money: £0.00 (D)
(+ Friend)
Not online within the last half an hour

Quoted :: Pioneer322

hmm.. why was it marked spam?
(offtopic)


Some people can be (read: are) idiots.
17.02.05 14:32
Post #21
[Hide Sig (0)] [Profile] [Quote]
[]RunT
Statusless
Send PM
Posts: 2600
Threads: 106
Money: £29.56 (D)
(+ Friend)
Not online within the last half an hour

Quoted :: Cheeetar

What about another game like "Pixel invaders"
About pixels invading e.g. like space invaders?:?

I think this has got to be your first post which is actually good. Anyways...

Sounds like a good idea you got there.
Theres the dodging the pixels / poxels game. So how about finally destroying them?

________________


16.04.05 04:31
Post #22
[Hide Sig (10)] [Profile] [Quote]
[]Glenn
Forsetti
Send PM
Posts: 4241
Threads: 98
Mood: Godly
Money: £8.24 (D)
(+ Friend)
Not online within the last half an hour
Yeah, sure, why not make an arcade. It'll be a pain to make though, so I don't know if anything will actually be done about it.

I can see it now: Pixel Invaders, Wormman, Wormeo Brothers, Wormtris, the possibilities are endless.
16.04.05 19:08
Post #23
[Youtube] [Hide Sig (12)] [Profile] [Quote]
[]RunT
Statusless
Send PM
Posts: 2600
Threads: 106
Money: £29.56 (D)
(+ Friend)
Not online within the last half an hour
Wormeo Brothers eh?
Sounds interesting
;)

________________


16.04.05 19:44
Post #24
[Hide Sig (10)] [Profile] [Quote]
[B]C1
Looking For Status
Send PM
Posts: 0
Threads: 0
Money: £0.18 (D)
(+ Friend)
Not online within the last half an hour

Quoted :: Glenn

Yeah, sure, why not make an arcade. It'll be a pain to make though, so I don't know if anything will actually be done about it.

I can see it now: Pixel Invaders, Wormman, Wormeo Brothers, Wormtris, the possibilities are endless.



I was going to make Wormtris..then I decided I suck at javascript and why try :P
17.04.05 03:48
Post #25
[Hide Sig (2)] [Profile] [Quote]
[S]Zogger!
Looking For Status
Send PM
Posts: 3954
Threads: 62
Money: £93.82 (D)
(+ Friend)
Not online within the last half an hour
I think some of these would be fairly easy to make as java applets - main problem is the 'ol "my computers slow which makes it easy or hard" line.

________________
You know I'm a dancing machine
17.04.05 14:41
Post #26
[Hide Sig (8)] [Profile] [Quote]
[B]C1
Looking For Status
Send PM
Posts: 0
Threads: 0
Money: £0.18 (D)
(+ Friend)
Not online within the last half an hour

Quoted :: ZoGgEr!

I think some of these would be fairly easy to make as java applets - main problem is the 'ol "my computers slow which makes it easy or hard" line.



Why not make it in something else besides java applets?
17.04.05 16:15
Post #27
[Hide Sig (2)] [Profile] [Quote]
[]Glenn
Forsetti
Send PM
Posts: 4241
Threads: 98
Mood: Godly
Money: £8.24 (D)
(+ Friend)
Not online within the last half an hour
You know, you'd think it'd be possible to make it in C++, and just have it able to link the score back to the site if you wish.
Wait, isn't that possible?
17.04.05 22:03
Post #28
[Youtube] [Hide Sig (12)] [Profile] [Quote]
[]Thnikkaman
Hey Megalomaniac
Send PM
An Avatar
Posts: 1212
Threads: 21
Mood: Three noses?!
Money: £1523.42 (D)
User Tax: -3%
(+ Friend)
Not online within the last half an hour

Quoted :: Glenn

Yeah, sure, why not make an arcade. It'll be a pain to make though, so I don't know if anything will actually be done about it.

I can see it now: Pixel Invaders, Wormman, Wormeo Brothers, Wormtris, the possibilities are endless.


At least anything made before 1990 ;) Don't get me wrong, it'd kick ass to play Marvel vs. Team 17, Worm Crisis II, or Worm Calibur, although I doubt we'd see them before I am old and hairy. Or we could just make worm sprite mods for Doom :D

________________


Av drawn by Hunta Killa, outlined and colored by me.
17.04.05 23:18
Post #29
[DA Gallery] [Hide Sig (3)] [Profile] [Quote]
[S]Zogger!
Looking For Status
Send PM
Posts: 3954
Threads: 62
Money: £93.82 (D)
(+ Friend)
Not online within the last half an hour

Quoted :: C1


Quoted :: ZoGgEr!

I think some of these would be fairly easy to make as java applets - main problem is the 'ol "my computers slow which makes it easy or hard" line.



Why not make it in something else besides java applets?


because anything other than flash would require some kind of download - which means people would have to download a new EXE for any new games (probably, unless some kind of complicated auto-update system was included). And I don't know or have flash.


________________
You know I'm a dancing machine
18.04.05 14:26
Post #30
[Hide Sig (8)] [Profile] [Quote]
Page: [] [2] []

Post Reply

Jump To:


Your Comments:

Donate to BlameThePixel:
Donate to BTP Via PayPal


[22 Queries, Page Loaded in 0.276094 Seconds]

ShoutMeUp

Xmas Greetings from waka waka waka waka []Unvalidated EmailChristmasRiddle MERRY CHRISTMAS EVERYONE! []Spleet Except for Spleet. []TheAbdBoy Always bummin' a brother out. []Spleet Happy New Year everyone! But Spleet. []TheAbdBoy

Word Association

All

-10 Ago-

MiddleEastern []AlphaWolf camel [S]Bloopy toe []TheAbdBoy moose knuckle [S]Bloopy MeatLoaf []Spleet IdDoAnything4Lo ve []AlphaWolf rub n tug []TheAbdBoy tugboat []The Pope rope [S]Bloopy race []TheAbdBoy

-Latest-


Must be logged in to add new words

FictoLeague

You have to be logged in to vote...

Member Stats

Date: 29.04.24.
Members: 4731.
Latest: []Unvalidated Emailsdsakldsaldklasdsdsa
Active:
0 user(s)
1 guest(s)

On chat:
Lots of people

Files: 3330

Bloopy's Site
Get Firefox Get Opera Donate to BTP Via PayPal