实例介绍
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
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论