I can only do the most basic of animation. I mean using a simple image like Pacman and making it move according to key board input. Thus far, I can only seem to create this type of animation with Jpegs and Bitmaps. Rather than create a Jpeg/btmp for each letter, there must be a simpler way to do unicode symbols. Perhaps using some of the swing paint tools instead?
@aazimon I have not started coding maps, yet. I have to figure out arrays first.
Do keep in mind that I have no way to create graphics or tilesets of any kind. I’d rather keep things simple and “clean” like Dwarf Fortress or Nethack.
I’m gonna try to find some source code to read from other java roguelikes. That may be the best course of action.