Anyone interested in my semi-started Android MUD client? (JAVA)
I started a basic Android MUD client a while ago but ended up bored with the project. I was wondering if anyone was interested in the source code. I'm not posting it right away because I would have to clean it up a little and explain my code a bit. It'd really only be for anyone who is somewhat proficient in Java. Honestly, anyone who would be able to work on it might be better starting from scratch!
The "MUD Client" code is decoupled from the Android App code, and it can be developed and tested entirely on windows/mac/linux. This makes it easier to work on and not have to worry about anything Android.
I would be willing to continue working on it a little myself if I had some support with constructing a proper GUI.
Components:
Telnet Client (Good condition)
Ansi Color Support (Kludgy, but works)
Lua Scripting (Good condition)
Regex Triggers (Basic, plain text)
Issues:
No real GUI, just a couple of textboxes. One for input, one for output.
1
Comments