Hacknet
A multiplayer networked roguelike

@(32, 11, 0)  health=100-0  gold=0  AC=elven cloak:3  Hit=sabre:18

                           select >
                           A>sabre - 1
           .               B>elven cloak - 1
           ..              wearing sabre
           |##             select >
          ||..||           A>sabre - 1
       ...|....#           B>elven cloak - 1
       ........||...||     wearing elven cloak
       ....#..###.)..#    
       ....###@##....|    
       ..T.##|..|....|    
             ....         
             .....        
             .....|       
             ....##       
             |..||#       
             |--          


System requirements:
- Server: PERL 5.  PERL 4 might work, but I wouldn't count on it.

- Client: telnet with a VT100 compatable terminal, color prefered. Core engine pretty much done, needs object and level building
hacknet.0.7.2.tgz

To install and run:
  1. Unpack archive
  2. CD hacknet
  3. ./hacknet.pl
  4. telnet <host> <port>
  5. enter <name> <password>\n to login as a character.  these are defined in the players file and are case sensitive.
  6. A command list is available by typing '?' while in game.
README