Login Register


Client-Server Socket Poker Game filter_list
Author
Message
RE: Client-Server Socket Poker Game #11
(01-12-2018, 06:30 AM)phyrrus9 Wrote: Also, you should get a GitHub account....they're very handy for stuff like this

Precisely.

Alternatively In terms of file hosting (longevity of files), In my experience, Solidfiles and 4shared are equally effective.
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply

RE: Client-Server Socket Poker Game #12
(01-12-2018, 06:55 AM)mothered Wrote:
(01-12-2018, 06:30 AM)phyrrus9 Wrote: Also, you should get a GitHub account....they're very handy for stuff like this

Precisely.

Alternatively In terms of file hosting (longevity of files), In my experience, Solidfiles and 4shared are equally effective.

The thing with GitHub and things like GitLab, is that they aren't just for hosting...
They are designed to host code, and have version management, the ability to make multiple branches, bug tracking, wiki support, and a lot more.
If you're hosting a programming project, git is the way to go.


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.

[+] 1 user Likes Blink's post
Reply

RE: Client-Server Socket Poker Game #13
(01-12-2018, 07:08 AM)Ender Wrote:
(01-12-2018, 06:55 AM)mothered Wrote:
(01-12-2018, 06:30 AM)phyrrus9 Wrote: Also, you should get a GitHub account....they're very handy for stuff like this

Precisely.

Alternatively In terms of file hosting (longevity of files), In my experience, Solidfiles and 4shared are equally effective.

The thing with GitHub and things like GitLab, is that they aren't just for hosting...
They are designed to host code, and have version management, the ability to make multiple branches, bug tracking, wiki support, and a lot more.
If you're hosting a programming project, git is the way to go.

Yep. Also works great for people making edits to your code. I really suggest you look into it, or visit my github page at least...
https://github.com/phyrrus9

[+] 1 user Likes phyrrus9's post
Reply

RE: Client-Server Socket Poker Game #14
(01-12-2018, 07:08 AM)Ender Wrote:
(01-12-2018, 06:55 AM)mothered Wrote:
(01-12-2018, 06:30 AM)phyrrus9 Wrote: Also, you should get a GitHub account....they're very handy for stuff like this

Precisely.

Alternatively In terms of file hosting (longevity of files), In my experience, Solidfiles and 4shared are equally effective.

The thing with GitHub and things like GitLab, is that they aren't just for hosting...
They are designed to host code, and have version management, the ability to make multiple branches, bug tracking, wiki support, and a lot more.
If you're hosting a programming project, git is the way to go.

I know.

Hence "alternatively In terms of file hosting" In my above post. That Is, not relative to GitHub.
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply

RE: Client-Server Socket Poker Game #15
(01-12-2018, 06:13 AM)mothered Wrote: Just letting you know that all links are down.

When you re-up, I'll certainly check It out.

(01-12-2018, 06:30 AM)phyrrus9 Wrote:
(01-10-2018, 06:02 AM)DarkMuse Wrote: As promised!

You just need to make the server and client, then run the server in the background (it doesn't ever require input just deals fresh decks)

7zip-Users: CardGame.7z
ZIP-Users:   CardGame.zip
Tar-Users:   CardGame.tar.gz

Edit:
I know it's not the greatest code, but I least strive to make it consistent and somewhat appeasing. If you guys have improvements, feel free to lmk or upload your own mods. GitHub would be neat.

[Image: ta7VOzQ.png]

Also, you should get a GitHub account....they're very handy for stuff like this

Yeah I have a few githubs and I'm well versed in git-fu thanks to one of my awesome group partners from last semester.
I'll make one for here and post it there today.
Scientia potentia est

[Image: inkexplosion.jpg]

Reply

RE: Client-Server Socket Poker Game #16
(01-12-2018, 06:04 PM)DarkMuse Wrote:
(01-12-2018, 06:13 AM)mothered Wrote: Just letting you know that all links are down.

When you re-up, I'll certainly check It out.

(01-12-2018, 06:30 AM)phyrrus9 Wrote:
(01-10-2018, 06:02 AM)DarkMuse Wrote: As promised!

You just need to make the server and client, then run the server in the background (it doesn't ever require input just deals fresh decks)

7zip-Users: CardGame.7z
ZIP-Users:   CardGame.zip
Tar-Users:   CardGame.tar.gz

Edit:
I know it's not the greatest code, but I least strive to make it consistent and somewhat appeasing. If you guys have improvements, feel free to lmk or upload your own mods. GitHub would be neat.

[Image: ta7VOzQ.png]

Also, you should get a GitHub account....they're very handy for stuff like this

Yeah I have a few githubs and I'm well versed in git-fu thanks to one of my awesome group partners from last semester.
I'll make one for here and post it there today.

Looking forward to it. I've always been intrigued by computer-played games. Way back I used genetic AI algorithms to determine my exact strategy for playing blackjack

[+] 1 user Likes phyrrus9's post
Reply

RE: Client-Server Socket Poker Game #17
(01-13-2018, 05:37 AM)phyrrus9 Wrote:
(01-12-2018, 06:04 PM)DarkMuse Wrote:
(01-12-2018, 06:13 AM)mothered Wrote: Just letting you know that all links are down.

When you re-up, I'll certainly check It out.

(01-12-2018, 06:30 AM)phyrrus9 Wrote: [Image: ta7VOzQ.png]

Also, you should get a GitHub account....they're very handy for stuff like this

Yeah I have a few githubs and I'm well versed in git-fu thanks to one of  my awesome group partners from last semester.
I'll make one for here and post it there today.

Looking forward to it. I've always been intrigued by computer-played games. Way back I used genetic AI algorithms to determine my exact strategy for playing blackjack

Oh no, there's no ai. The server just deals cards after you place your bet. Not by any means a full poker game. More like blackjack in playing, with poker rules for bet winning/loss. Uploading to GitHub now, will update the thread very soon.
Scientia potentia est

[Image: inkexplosion.jpg]

[+] 1 user Likes DarkMuse's post
Reply

RE: Client-Server Socket Poker Game #18
Bumping the thread as I have added in the GitHub link so downloads are available.
Scientia potentia est

[Image: inkexplosion.jpg]

Reply

RE: Client-Server Socket Poker Game #19
(01-10-2018, 11:03 PM)DarkMuse Wrote:
(01-10-2018, 10:13 PM)Pikami Wrote:
(01-10-2018, 10:05 PM)Synthx Wrote: I don't doubt you or anything at all, but who is "Admin"?

I'm guessing it's his username on the PC he worked with.

Winner winner, chicken dinner.

winrar winrar chicken dinrar
"The more we learn, the more we realise how little we actually know"


Reply

RE: Client-Server Socket Poker Game #20
(01-12-2018, 06:54 AM)Ender Wrote:
(01-12-2018, 06:30 AM)phyrrus9 Wrote: Also, you should get a GitHub account....they're very handy for stuff like this

GitLab is also very nice for this, it's open source, and private repos are free, unlike in GitHub.

Just checked out GitLab, and it looks really gross compared to GitHub UI-wise. Private repos are pretty cool... but GitHub just looks nicer. Not to mention it's more well known. The most popular app on GitLab is FDroid lmao.
"The more we learn, the more we realise how little we actually know"


[+] 1 user Likes Dr. Keter's post
Reply







Users browsing this thread: 1 Guest(s)