Is this on linux? What version of python are you using? Do you have pygame installed?
~ Nathan On 2/4/06, Bryan Murdock <[EMAIL PROTECTED]> wrote: > Doesn't run for me: > > $ ./checkersbynathan.py > Traceback (most recent call last): > File "./checkersbynathan.py", line 106, in ? > PlayGame(screen) > File "./checkersbynathan.py", line 63, in PlayGame > paint_pieces(screen, board) > File "/home/bryan/src/checkersbynathan1_0rc1/display.py", line 132, > in paint_pieces > screen.blit(message_surface(board.msg), (0,BOARDSIZE)) > File "/home/bryan/src/checkersbynathan1_0rc1/display.py", line 120, > in message_surface > msg_surface = g_msg_bg.copy() > AttributeError: copy > > > On 2/4/06, Nathan <[EMAIL PROTECTED]> wrote: > > I just updated the "Wholesome Entertainment" page > > (http://ldsoss.org/index.php/Wholesome_Entertainment) with a link to > > my open-source implementation of checkers (version 1.0 RC1). This is > > my first "real" game with graphics, sound, and cross-platform > > availability. It was written in python using the pygame framework, > > and packaged to run on Mac, Linux, and Windows. > > > > If anyone's interested, here's a link to the project page: > > > > http://stocksfam.com/checkers/ > > > > I'm trying to think up a good name for it that I can also use to tie > > in to future family-oriented games I'd like to implement. "Family > > Checkers" was my first choice, since I could then name all subsequent > > games "Family (whatever)", but it's already taken. Any suggestions? > > > > ~ Nathan > > _______________________________________________ > > Ldsoss mailing list > > [email protected] > > http://lists.ldsoss.org/mailman/listinfo/ldsoss > > > _______________________________________________ > Ldsoss mailing list > [email protected] > http://lists.ldsoss.org/mailman/listinfo/ldsoss > _______________________________________________ Ldsoss mailing list [email protected] http://lists.ldsoss.org/mailman/listinfo/ldsoss
