Lachesis an IRCRPG combat engine written in a combination of C and C++. The combat engine is being written for a specific RPG, but most of the project should be useful to IRCRPGs in general. It includes a native interface to the IRC protocol to allow it to act as an IRC bot, for such uses as dice rolling and acting as a remote-controlled client (RPG NPC perhaps).
/* *可以本機(jī)單打,本機(jī)雙打,聯(lián)機(jī)雙打 *用戶一的鍵盤控制為:up= key_up down= key_down left = key_left right = key_right * pause = key_space reset = key_r *用戶二的鍵盤控制為:up = w down = s left = a right = d * pause = 1 reset = 2 *@auther 張恩來 *@e-mail:zhang_elai@cvicse.com *聯(lián)機(jī)雙打時,請先建立服務(wù)器端,然后建立客戶機(jī)端 **/