Guestbook
Drop a line in the guest book!
Vitalina 2011-12-28 17:38:38
Have nice day! You have a very informative site! And here's my! http://anabantidaeaquariumfish.blogspot.com [url=http://anabantidaeaquariumfish.blogspot.com]anabantidae aquarium fish[/url] anabantidae aquarium fish
Wow!!!
It's very nice simple web.. :)
Can you rate my site in www.pcgamesstrategy.blogspot.com ???
Hi. Your Python stuff is awesome. I'm just getting into using Python and Pygame. I really like your SlingShot game and your card simulator, DeckOfCards. Keep up the AWESOME work!
loved your python hacks, thanks and keep it up mate!
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