📄 maze.htm
字号:
<HTML><HEAD><TITLE>Maze Java Applet</TITLE></HEAD><BODY bgcolor=white><H1>Maze</H1><P>Maze is a sample Java applet that creates and then solves amaze. The solution it's looking for is a path from the upper leftto the lower right. Creating the maze is probably the most interesting part.The applet is customizable using various parameters. This page shows two versions, created using different sizes and parameter values.</p><HR><center><applet code="Maze.class" height=210 width=310> <param name="rows" value="21"> <param name="columns" value="31"> <param name="wallColor" value="green"> <param name="emptyColor" value="yellow"> <param name="visitedColor" value="200 255 200"> <param name="pathColor" value="60 60 255"> <param name="sleepTime" value="2000"><P>If your browser supported java you would see an applet here</p></applet></center><HR><center><applet code="Maze.class" height=105 width=105><P>If your browser supported java you would see another applet here</p></applet></center><HR><P>Click here to see the <A HREF="Maze.java">source code</A> for this applet.This applet is configurable with a number of parameters. See the source for details.</p><p>You can find more of my Java work at<a href="http://math.hws.edu/xJava/">http://math.hws.edu/xJava/</a>.<HR><address><A HREF="http://math.hws.edu/eck/index.html">David J. Eck</A>(<A HREF="mailto:eck@hws.edu">eck@hws.edu</A>)</address></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -