Title: NewSnake.java
Description: That last version I submitted sucked. This one is much better.
Another NewSnake.java update. I added a speed controller. The speed is changed by increasing the frames per second rate. This may make it unstable, but the game is more fun when it's fast. .... 

Update: This version has some cosmetic changes, and I took out the extra window, so you can't store your high scores anymore. If someone out there wants to store their highs throw scoreDialog.show() at the end of the constructor. This will open up a dialog box that will store you scores in HighScore.txt.
... what I wrote about a previous version I submitted ...
My code creates a rendition of the game Snake. The object of the game is to get the highest score. There is only one board, and the high scores are kept in HighScores.txt. I would like to upload the high scores of everyone who downloads the game on to my web page, but I don't know how to do that as of yet. Until I do, people can email me their high scores and I'll store them at www.angelfire.com/blues/steve_wilson/highs.html. If anyone knows how to upload the scores onto a page from the game itself let me know.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=3438&lngWId=2

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
