Advertisement

[java] Design tools with JFC

Started by February 21, 2000 12:54 PM
3 comments, last by Jack C. 24 years, 6 months ago
Hey, everybody! I''m currently developing a 2D tile-based platformer, and I''ve gotten to the point where I''m going to have to create a level editor. I orginally planned on coding one with MFC, but one of my lead designers only has access to a Mac. Is JFC a viable alternative? Does anyone here have any experience with it? Thanks
I think you''ll find that JFC is a bunch easier to understand AND program than Windows. Couple this with the fact that it is cross platform, and you have yourself a winner.

I have a tile-based level editor written in Java, but I can''t find the code right now. I''ve got a hard copy, but I can''t send it to you like that. I''ll look for it, but it may have been erased (it was part of a package which I removed, but I thought I had a backup). It took me two days beginning to end to write it.
Advertisement
Cool, thanks a lot!
Ok, found a copy. Don''t know if it works, or how old a version it is. Anyway, you can find it at:

http://mailer.fsu.edu/~howard/mapedit.zip

I''ll probably keep it up there until one day a year from now I realize that it is still sitting there taking up space. Anyway, check it out. I''d love any comments on it. I included some sample tilesets, but they aren''t really anything special. A tileset is just a gif (?) of a bunch of 16x16 pixel squares in a ?x? grid.
I''ve gotta advertise my own (pre alpha) level editor that can handle 32-, 16- or 8-bits per tile levels and has user defined tilesize. You can find it and the source for it at:
http://www.gamedev.net/hosted/javanerd/gridder.asp

It also uses JFC/Swing and is runnable on Java 2 runtimes. It''s still missing the ability to place monsters and the level format documentation is missing...
-Pasi Keranen

This topic is closed to new replies.

Advertisement