![]() |
|
Client-Server Socket Poker Game - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: Client-Server Socket Poker Game (/Thread-Client-Server-Socket-Poker-Game) |
RE: Client-Server Socket Poker Game - mothered - 01-12-2018 (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. RE: Client-Server Socket Poker Game - Blink - 01-12-2018 (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 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. RE: Client-Server Socket Poker Game - phyrrus9 - 01-12-2018 (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 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 RE: Client-Server Socket Poker Game - mothered - 01-12-2018 (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 I know. Hence "alternatively In terms of file hosting" In my above post. That Is, not relative to GitHub. RE: Client-Server Socket Poker Game - DarkMuse - 01-12-2018 (01-12-2018, 06:13 AM)mothered Wrote: Just letting you know that all links are down. (01-12-2018, 06:30 AM)phyrrus9 Wrote:(01-10-2018, 06:02 AM)DarkMuse Wrote: As promised! 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. RE: Client-Server Socket Poker Game - phyrrus9 - 01-13-2018 (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. 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 RE: Client-Server Socket Poker Game - DarkMuse - 01-13-2018 (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. 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. RE: Client-Server Socket Poker Game - DarkMuse - 01-13-2018 Bumping the thread as I have added in the GitHub link so downloads are available. RE: Client-Server Socket Poker Game - Dr. Keter - 01-16-2018 (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"? winrar winrar chicken dinrar RE: Client-Server Socket Poker Game - Dr. Keter - 01-16-2018 (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 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. |