• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Solitaire 13

 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is a new Game I am developing. There is a slight problem in the Mozilla browser, but I was wondering what you think about it.
I am going to add some more features to it like seeing what is in the piles and automatic end game detection, but that is in the next couple of days.
Here is the game with a basic ASP(VB) High Score table.
http://www10.brinkster.com/a1ien51/Card/Solitaire13.htm
Thanks for the input and happy gaming,
Eric
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<h3>Congratulations!.</h3>
[ June 13, 2003: Message edited by: Balaji Loganathan ]
 
Ranch Hand
Posts: 925
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IE6SP1 Image Preloader hung @5%
hope this is useful?
 
Ranch Hand
Posts: 1061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WOW
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hmmm, okay I will add a link to the bottom of the preloader in case it gets stuck t oskip it. Just means the first game will not show up as fast. Netscape does not have a preloader on it.
Eric
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not even God can score 2000 !!!
Eric you been messing with the scores ???
 
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good one ..
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am going to get rid of the god score, I think that is a little fishy, I think my friend broke my unsecure scoring system...lol
 
Ugly Redneck
Posts: 1006
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you please let us in on the technology used and how you programmed it? (I mean the core concepts)
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is done in JavaScript/DHTML with very ugly coding and the HighScore table is ASP (VB) with an M$ Access database.
The game still needs work, but it is playable...
I did not even try to programm this game. I was working on a JS function to move an object. I then started to move a couple of objects, then I
moved more. Then I said, man this could be used for a game. An hour later I had the basic concept down. Then I spent a bit longer making the database. ASP is the ugliest coding language out there....
Eric
I still think my Othello game is the best so far, I gave up making the computer harder for awhile.
[ June 13, 2003: Message edited by: Eric Pascarello ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic