I decided to create a more graphical view of my continuo game. I find it easier to look at compared to the ASCII version in my previous entry. The color chains are much easier to follow.
I used lispbuilder-sdl to generate the graphics. Each 4×4 card has a thick black border and is labelled with a number representing the play order.
Score: 908
Score: 919
Score: 799
Score: 830




February 12, 2007 at 6:12 pm |
Thanks for sticking with lispbuilder-sdl
Question: Are you finding the API’s straightforward to use?
February 13, 2007 at 9:46 pm |
Hi Luke, I find that the lispbuilder-sdl API’s are very straitforward. It was very easy for me to get started with my game. The API’s do what I would expect them to do and are well named. The biggest help for me getting started was all of the good examples. I was able to start with code copied from an example and easily build it into something else. The API’s are also very SLIME friendly, which is very important for testing. There is very little code to write to create a simple test for each piece of the game. Very nice.
February 16, 2007 at 7:16 am |
Awesome! Often as technically-oriented folks we can write off ‘flash’ as being merely window dressing; however, a well-designed visual representation can make a tremendous difference in our ability to understand what is presented.
Definitely well done. Keep up the good work.
February 20, 2007 at 8:52 pm |
Anthony, are you submitting this example (using lispbuilder-sdl) as your contest entry or your previous text only version?
February 21, 2007 at 2:03 am |
Luke, Both the graphical and text based versions use the same code. All I did was add an additional method of printing the final board. Either way I dont think I qualify because I am unable to make it to the conference.
I suppose I could find someone attending that does not have a solution to submit it for me. Hmm…
February 26, 2007 at 11:24 pm |
Anthony, I changed the font API. It now accepts a foreground COLOR. I have also added the ~18 bitmap fonts from SDL_gfx into lispbuilder-sdl. Font sizes range from 5×7 to 10×20. Text can now be rendered as solid (with foreground color) or shaded (with foreground and background colors). I’ll add these changes to SVN sometime before the weekend.
February 28, 2007 at 4:58 am |
Luke, Very cool! I’ll have to check out the new font stuff once its checked in.
October 1, 2007 at 4:36 pm |
Hey, I invited you to do a meme. Look here.