Thanks for reading my post.
I would like to make a maze of pacman game with Java.
I just want to load the maze from txt file, "pacman.txt" ,into program
and show it upon the screen with applet.

Usually, maze part would not be made or read in my way,
but I want to make it by reading each rows and columns from txt file and want to show it upon the screen.

Does anyone know good internet sites that are helpful for it?

This is the maze I want to make and .
(------------)(------------)
|............||............|
|.(--).(---).||.(---).(--).|
|.| |.| |.||.| |.| |.|
|...[]...|
|..........................|
|.(--).().(------).().(--).|
|..||..||..|
|......||....||....||......|
|.(----]
|.|(--] [] [--)|.|
|.|| ||.|
|.|| (-- --) ||.|
-----].[] | | [].[-----
| . | | . |
-----).() | | ().(-----
|.|| ||.|
|.|| ||.|
|.|| (------) ||.|
(----].[] [].[----)
|............||............|
|.(--).(---).||.(---).(--).|
|.[-)|..[]..|(-].|
|...||................||...|
[-).||.().(------).().||.(-]
(-].[].||..||.[].[-)
|......||....||....||......|
|.(----][----).|
|..[]..|
|..........................|

Do you already know any java ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.