Guestbook
Drop a line in the guest book!
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
I need to do a final project similar to this
have any tips?
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!
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
thank you! It's very nice!
You're welcome.
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
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
Nice gamez!
Thanks!
Yep, it's messed up. I tried a few weeks ago and it didn't work :-(
Sorry! It's working now though! :-)
/John
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!
Hey John!
I just played your game FoodBomber and I enjoyed it.
The source code is also very interesting.