Euchre

Moderator: Moderators

Post Reply
User avatar
dougeff
Posts: 3078
Joined: Fri May 08, 2015 7:17 pm

Euchre

Post by dougeff »

With 3 weeks left, I asked myself, what kind of game do I want to play. This was my answer.

This is a card game. Especially popular card game where I grew up. When I visited my grandparents, we played Euchre. Bored at lunch at school? Euchre. My brother held a Euchre tournament at his house. I was a participant.

http://dl.dropboxusercontent.com/s/n7et ... Euchre.nes

I hope you enjoy it.
Euchre-0.png
Euchre-0.png (4.08 KiB) Viewed 13760 times
Controls-
L/R/U/D - change selection
A or Start - make it so

If you're not familiar with the game, please watch a video on the rules,
or visit https://ohioeuchre.com/E_basics.php
nesdoug.com -- blog/tutorial on programming for the NES
User avatar
gauauu
Posts: 779
Joined: Sat Jan 09, 2016 9:21 pm
Location: Central Illinois, USA
Contact:

Re: Euchre

Post by gauauu »

Nice! I like that you included the rules (even if you don't play Screw the Dealer)
User avatar
dougeff
Posts: 3078
Joined: Fri May 08, 2015 7:17 pm

Re: Euchre

Post by dougeff »

(even if you don't play Stick the Dealer)

Actually, that WAS how we played, but when I looked up official rules, none of them had that as a rule. Reshuffling is the official rule, and it seems fairer. Everyone has crappy cards? Reshuffle.
nesdoug.com -- blog/tutorial on programming for the NES
User avatar
pubby
Posts: 583
Joined: Thu Mar 31, 2016 11:15 am

Re: Euchre

Post by pubby »

I really like the presentation. Now to learn how to play!
User avatar
gauauu
Posts: 779
Joined: Sat Jan 09, 2016 9:21 pm
Location: Central Illinois, USA
Contact:

Re: Euchre

Post by gauauu »

I'd love to hear you talk a bit about the ai works, and the process of building that. Someday when you find time.
User avatar
dougeff
Posts: 3078
Joined: Fri May 08, 2015 7:17 pm

Re: Euchre

Post by dougeff »

I could probably release some or all of the source code. It's not as organized as I would like (all logic is in one long file), and it has a large amount of commented out code (I had to rush, and only finished 1 day early). Also has a few inconsistencies that I would have removed if I had much more time (coding things one way for case A and another way for case B)

So, once I can clean things up, I think I will post the code.
nesdoug.com -- blog/tutorial on programming for the NES
User avatar
dougeff
Posts: 3078
Joined: Fri May 08, 2015 7:17 pm

Re: Euchre

Post by dougeff »

Better late than never.

Here's Revision C of Euchre, with new music by thecoolestnerdguy. Also, I put in a better random # generator.

http://dl.dropboxusercontent.com/s/qxjj ... uchre5.nes
Attachments
Euchre5.png
Euchre5.png (3.13 KiB) Viewed 8954 times
nesdoug.com -- blog/tutorial on programming for the NES
Post Reply