Menu

How To Play

Lee0701

How to Play

In this page, I'll explain how to play the game.

Download the game

This game is now available with cloning with Git only. I will add the jar build later.
To clone, browse to directory you want with Git bash, and launch this:

git clone git://git.code.sf.net/p/leesmud/code leesmud

Edit users.txt

You may want to use your username and password to connect to your game, so you're editing the config file.
This method will be changed into MySQL Database later. Please wait patiently.

With Eclipse, you will edit users.txt file in project root directory, But if you want to launch with compilelaunch.bat, edit bin/users.txt.

Each users are separated by new lines, and between usrername and password there's a blank.

Example:

admin password
auser apassword

Launch the Server

With Eclipse, simply press the Run or Debug button.
other windows users can execute compilelaunch.bat to compile and launch this game.

Linux or mac users can change directory to bin/ and execute java leesmud.Boot.

Connect to the running server

You will use telnet client to join the game. enter your address with port 7110 and connect!
Enter username and password you wrote in users.txt.

**For now,

  1. on Windows telnet client, backspace won't work.
  2. putty client does not work.

I'm going to figure why. I'm so sorry!

Gameplay

see [Gameplay].

This page is being edited. sorry!


Related

Wiki: Home

Auth0 Logo