I think doing the old arcade classics in javascript is a cool idea.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
There used to be a site that had most of the old games donw in JavaScript. Some of them got in trouble by the game makers since they were exactly like the orginal version including the sounds...
Eric
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
Also I could make my score on top of that list if I tried hard enough to look at your source code!
Eric
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
Oh wait I just did...
type this into the statusbar.
javascript:level=1000;alert(level);
start the game
click the addy bar and push enter
play the game...
Rules when you are coding JavaScript games with highscores. Encrypt your source codeand check where the submission is coming from with the database.
Also when you push the back button it adds the score again!
Eric
ty shock
Greenhorn
Joined: Sep 09, 2004
Posts: 7
posted
0
Originally posted by Eric Pascarello: Oh wait I just did...
type this into the statusbar.
javascript:level=1000;alert(level);
Interesting hack. I did not know that you could alter variables mid-execution by entering into the status bar.
Interesting hack. I did not know that you could alter variables mid-execution by entering into the status bar.
What you'll find out real quick is that Eric is a big hack.
You know there was this one site that had games like Joust etc, which were identical to the real game, but I know it was a well known site, by a company that probably had the rights to those games. They were pretty cool.
Ok, Are you looking for a complex or simple game to write. And what about those copyrights? If you like complex there is a board game called "Acquire" which is really cool. It is about a 9/16 grid, with tiles for each place, you place the tiles one at a time. Adjoining tiles create Hotel chains, which you can then buy stock. When two hotel chains collide, then a merger occurs, and the person with the most shares of stock gets a bonus. It is a really cool and fun game, but also a time consuming game. At least an hour.
Ok for simple, which Jess would love to see, is the card game "Sets"
I was actually thinking of doing King's Court (super checkers) which would require a big time AI for me.
I was going to do a scrolling game and work on a JavaScript game library of functions for it, but I am looking at doing a good rule set with AI right now.
Eric
ty shock
Greenhorn
Joined: Sep 09, 2004
Posts: 7
posted
0
A javascript gaming library would be cool. If I had to do the kaboom thing over again, I'd like to go the object oriented route. A did the game about 3 years ago and have since embraced the object oriented methodology.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
There used to be a library out there, but the site no longer exists...
Basically it is a bunch of OO function that make it easier to move and detect collisions and such...
I might work on that.... I have no clue... lol
Eric
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.