Credits
A short run down of all the sites and products that where useful in making classic arcade game clones.
An awesome Java applet framework for 2D games.
A great utility program for making old school arcade game sound effects.
A very well made set of icons. I used the flag icons for the language screen.
I used one of their fantastic arcade style pixel fonts. They have other fonts, check them out.
A great open source IDE that I use to build all of my arcade games.
The programming language all the games are written in.
Related Posts:
Basic Scenes
In Pulpcore applets are made up of a collection of scenes, scenes are where you...