I am going to make pacman in java.
can i do entire game using applets only?
what do i require apart from applets?
PACMAN HELP
Started by fifa_my_love, Oct 24 2011 02:47 AM
1 reply to this topic
Sponsor:
#2 Members - Reputation: 153
Posted 24 October 2011 - 04:53 AM
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






