cnelsonsic/SimpleMMO

Need a basic interactive client

Opened this issue · 1 comments

It may still be super alpha, but there needs to be some way to poke around in the zones.
A command-line interactive client (Probably via libtcod.) for at least visualizing a zone a-la Rogue would be very helpful for initial development of content.

Needs:

  • A way to view the objects in a zone
  • A way to view details about individual objects.
  • A way to interact with objects.
    • Activate
    • Move the character
    • Move any object (Can wait for beta.)

I've implemented a client for registering, logging in, updating the objects in memory and showing an ascii map.