PACMAN HELP

Started by
0 comments, last by chosenkill6 12 years, 6 months ago
I am going to make pacman in java.
can i do entire game using applets only?
what do i require apart from applets?
Advertisement

I am going to make pacman in java.
can i do entire game using applets only?
what do i require apart from applets?


Applets are only a way to distribute your game on the web, you still need to develop it like any other java program. Once you are done you can either package it into an executable .jar or use applets to allow the game to be played in a browser

This topic is closed to new replies.

Advertisement