资 源 简 介
jtmud
This is a text-only, multi-user dungeon crawler. It resembles a MUD, in that players connect to a central server (created by one of the players).
Attack monsters, drink potions and cast spells - it"s like traveling back to the eighties!
Written in C# using .NET 1.1. I haven"t tested it with Mono yet, although the Mono Migration Analyzer (MoMA) only reports issues with the console output (I"m using functions to set the colors that are specific to Win32). It should be a quick fix to use some #if"s to work that around (meaning that any non-Win32 will get the standard grey text).
Read more
Read the latest progress of the game
How to start a game
Recognized words by the gam
文 件 列 表
App.ico
AssemblyInfo.cs
bin
Debug
CharacterSheet.cs
Client.cs
Client_App.cs
ConsoleUtil.cs
EditInventory.cs
EditInventory.resx
EditItem.cs
EditItem.resx
EditItemProperty.cs
EditItemProperty.resx
EditRoom.cs
EditRoom.resx
Exporter.cs
Fight.cs
InputBox.cs
InputBox.resx
Inventory.cs
Item.cs
jt.csproj
jt.csproj.user
jt.exe.manifest
jt.sln
jt.suo
license.txt
Locater.cs
Logic.cs
Main.cs
Maze.cs
Miscellaneous.cs
Monster.cs
Network.cs
Player.cs
Players.cs
Quest.cs
QuestJournal.cs
Range.cs
readme.txt
Room.cs
Script.cs
Scroll.cs
Select.cs
Server.cs
Server_App.cs
Server_App_Window.cs
Server_App_Window.resx
Stats.cs
Thinker.cs
Weapon.cs