Guestbook

Drop a line in the guest book!

Your name:
Your email (hidden):
Message:
Enter the validation code :
Private! (visible for webmaster only)

filipe 2010-03-30 07:16:10

I have been developing a bridge card game using pygame, largely for the purpose of learning another computing language while unemployed, but also because there doesn't seem to exist much in the way of bridge for linux. I was inspired by your work and am currently using your card images, which I believe I got from DeckOfCards. My game has just now reached a fully functional state, but the AI doesn't know much yet.

Anyway, I was wondering, are you working on a suite of card games for distribution into which I should incorporate my game and utilize your classes? Have you any larger plans with your python card games? For example, iPhone app? Is it even realistic to select one of thirteen+ cards on such a small screen? I saw you also wrote a Canasta game, maybe others, do they all use the same base software structure?

Thanks for your open-source work.

Cheers,
Nathan

master chief 2009-12-17 04:22:09

I need to do a final project similar to this
have any tips?

Rodrigo 2009-05-20 16:33:50

Brazilian coder dropping a line bro! ;)

Very nice description about rainy days... I really liked it.
It shows your love for what you do and that's admirable.
Thanks for everything. It's really helping me on my research for the final project at college.

My best wishes!

Andre Smit 2009-04-07 07:26:13

John

I've used your ChessBoard script in a Crafty frontend that works like a charm. An alpha win32 download that runs using Adobe Air is available at http://flexiboard.riaforge.org/ if you want to check it out. Thanks for making this available. The app is still under development but is playable.

Regards

Andre

zengsun 2008-11-16 00:46:14

thank you! It's very nice!

Answer:

You're welcome.

Bill Waters 2008-06-09 05:41:17

I'm pretty new to Python, but when I try to run your "ChessBoard" code I get the following:
messageTraceback (most recent call last):
File "/home/bill/Desktop/ChessBoard/ChessClient.py", line 5, in
import os, pygame,math
ImportError: No module named pygame

Regards,

Bill

Answer:

Hi Bill,

You have to install Pygame. If running ubuntu you can simply do this from Synaptic.

Surf to http://www.pygame.org for more information.

Best Regards
/John Eriksson

xN 2008-06-05 20:09:42

Nice gamez!

Answer:

Thanks!

PyMike 2008-04-22 20:42:34

Yep, it's messed up. I tried a few weeks ago and it didn't work :-(

Answer:

Sorry! It's working now though! :-)
/John

master.jimmy 2008-04-11 19:38:43

Ehy Contact section doesnt seem to work! i always receive INVALID VALIDATION CODE, but i'm sure it's right! i ve a question 4 john!

Daniel 2008-03-27 15:26:12

Hey John!
I just played your game FoodBomber and I enjoyed it.
The source code is also very interesting.

View all