嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
PHP游戏引擎 DotK
DotK是一款基于PHP和AJAX的开源网页游戏引擎。目前网上所发布的0.5版,支持多用户同时在线,支持聊天功能。
.
├── jb51.net
│ └── D5PowerWebgameEngine_0.1
│ ├── README.txt
│ ├── client
│ │ └── lib
│ │ ├── engine.js
│ │ ├── pathfinding.js
│ │ └── prototype-1.5.1.1.js
│ ├── css
│ │ ├── admin_styles.css
│ │ ├── game.css
│ │ ├── global.css
│ │ ├── portal.css
│ │ ├── select_character.css
│ │ ├── styles.css
│ │ └── styles_map.css
│ ├── database
│ │ ├── d5poewrv2.sql
│ │ ├── d5power.sql
│ │ └── dotk_Firebird.sql
│ ├── pictures
│ │ ├── char_label_background.gif
│ │ ├── charsets
│ │ │ ├── Peteface.png
│ │ │ ├── Zackface.png
│ │ │ ├── cindy_face.png
│ │ │ ├── joeface.png
│ │ │ ├── mar_face.png
│ │ │ └── meena_face.png
│ │ ├── chipsets
│ │ │ ├── __east1.gif
│ │ │ ├── __east2.gif
│ │ │ ├── __east3.gif
│ │ │ ├── __east4.gif
│ │ │ ├── __north1.gif
│ │ │ ├── __north2.gif
│ │ │ ├── __north3.gif
│ │ │ ├── __north4.gif
│ │ │ ├── __south1.gif
│ │ │ ├── __south2.gif
│ │ │ ├── __south3.gif
│ │ │ ├── __south4.gif
│ │ │ ├── __west1.gif
│ │ │ ├── __west2.gif
│ │ │ ├── __west3.gif
│ │ │ ├── __west4.gif
│ │ │ ├── girl_east1.gif
│ │ │ ├── girl_east2.gif
│ │ │ ├── girl_east3.gif
│ │ │ ├── girl_east4.gif
│ │ │ ├── girl_north1.gif
│ │ │ ├── girl_north2.gif
│ │ │ ├── girl_north3.gif
│ │ │ ├── girl_north4.gif
│ │ │ ├── girl_south1.gif
│ │ │ ├── girl_south2.gif
│ │ │ ├── girl_south3.gif
│ │ │ ├── girl_south4.gif
│ │ │ ├── girl_west1.gif
│ │ │ ├── girl_west2.gif
│ │ │ ├── girl_west3.gif
│ │ │ ├── girl_west4.gif
│ │ │ ├── index.html
│ │ │ ├── logoff.gif
│ │ │ ├── warrior_east1.gif
│ │ │ ├── warrior_east2.gif
│ │ │ ├── warrior_east3.gif
│ │ │ ├── warrior_east4.gif
│ │ │ ├── warrior_north1.gif
│ │ │ ├── warrior_north2.gif
│ │ │ ├── warrior_north3.gif
│ │ │ ├── warrior_north4.gif
│ │ │ ├── warrior_south1.gif
│ │ │ ├── warrior_south2.gif
│ │ │ ├── warrior_south3.gif
│ │ │ ├── warrior_south4.gif
│ │ │ ├── warrior_west1.gif
│ │ │ ├── warrior_west2.gif
│ │ │ ├── warrior_west3.gif
│ │ │ ├── warrior_west4.gif
│ │ │ ├── woman_east1.gif
│ │ │ ├── woman_east2.gif
│ │ │ ├── woman_east3.gif
│ │ │ ├── woman_east4.gif
│ │ │ ├── woman_north1.gif
│ │ │ ├── woman_north2.gif
│ │ │ ├── woman_north3.gif
│ │ │ ├── woman_north4.gif
│ │ │ ├── woman_south1.gif
│ │ │ ├── woman_south2.gif
│ │ │ ├── woman_south3.gif
│ │ │ ├── woman_south4.gif
│ │ │ ├── woman_west1.gif
│ │ │ ├── woman_west2.gif
│ │ │ ├── woman_west3.gif
│ │ │ └── woman_west4.gif
│ │ ├── loading.gif
│ │ ├── maps
│ │ │ ├── map_01_ground.gif
│ │ │ ├── map_01_up.gif
│ │ │ ├── map_02_ground.gif
│ │ │ ├── map_02_up.gif
│ │ │ ├── map_1_ground.gif
│ │ │ ├── map_1_up.gif
│ │ │ ├── map_2_ground.gif
│ │ │ ├── map_2_up.gif
│ │ │ └── ocean.gif
│ │ ├── ocean.gif
│ │ └── portal
│ │ ├── banner.gif
│ │ ├── banner.png
│ │ ├── button_create_char.png
│ │ ├── capitularW.gif
│ │ ├── capitularW.png
│ │ ├── gm_01.png
│ │ ├── header_left.gif
│ │ ├── header_left_old.gif
│ │ ├── header_right.gif
│ │ ├── mago.gif
│ │ ├── main_background.jpg
│ │ ├── main_border_top.gif
│ │ ├── main_left.jpg
│ │ ├── main_left_top.gif
│ │ ├── main_right.jpg
│ │ ├── main_rock_texture.jpg
│ │ ├── menu_background.gif
│ │ ├── menu_border_bottom.png
│ │ ├── menu_border_left.png
│ │ ├── menu_border_right.png
│ │ ├── menu_border_top.png
│ │ ├── menu_hover_icon.gif
│ │ ├── menu_line.gif
│ │ ├── news_border_bottom.png
│ │ ├── news_border_down.gif
│ │ ├── news_border_left.png
│ │ ├── news_border_right.png
│ │ ├── news_border_top.png
│ │ └── news_texture.png
│ ├── server
│ │ ├── create_character.php
│ │ ├── d5power.php
│ │ ├── game.php
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── lib
│ │ │ ├── class
│ │ │ │ ├── Character.class.php
│ │ │ │ ├── Engine.class.php
│ │ │ │ ├── Equipment.class.php
│ │ │ │ ├── Firebird.DataAccess.php
│ │ │ │ ├── FirebirdResultSet.class.php
│ │ │ │ ├── Inventory.class.php
│ │ │ │ ├── Item.class.php
│ │ │ │ ├── JSON.class.php
│ │ │ │ ├── Mail.class.php
│ │ │ │ ├── Map.class.php
│ │ │ │ ├── MySQL.DataAccess.php
│ │ │ │ ├── MySQLResultSet.class.php
│ │ │ │ ├── NPC.class.php
│ │ │ │ ├── Player.class.php
│ │ │ │ ├── abstractDataAccess.class.php
│ │ │ │ └── d5power.DAO.php
│ │ │ ├── config.php
│ │ │ ├── menu.inc
│ │ │ └── utils
│ │ │ └── Tools.class.php
│ │ ├── login.php
│ │ ├── mail.php
│ │ ├── register.php
│ │ ├── select_character.php
│ │ └── tools.php
│ ├── 开发备忘.txt
│ ├── 数据库备份.bat
│ └── 访问脚本之家.html
└── 好例子网_php游戏引擎-dotk.rar
15 directories, 160 files