资源简介
C#平台编写的魔塔窗口游戏源码
可供新手参考下怎么写游戏
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Threading;
using 魔塔.Map.Storey;
using 魔塔.Map;
namespace 魔塔
{
public partial class Form1 : Form
{
//窗体控件添加
PictureBox Select_main_border = new PictureBox();
PictureBox Select_main = new PictureBox();
PictureBox[] Select_img = new PictureBox[8];
PictureBox[] Select_img_border = new PictureBox[8];
Label[] Select_label = new Label[8 12];
PictureBox Move_main_border = new PictureBox();
PictureBox Move_main = new PictureBox();
PictureBox Move_select_border = new PictureBox();
PictureBox Move_select = new PictureBox();
Label[] Move_laber = new Label[21];
//音乐
System.Media.SoundPlayer NPC_m = new System.Media.SoundPlayer();
System.Media.SoundPlayer Door_m = new System.Media.SoundPlayer();
System.Media.SoundPlayer Figth_m = new System.Media.SoundPlayer();
System.Media.SoundPlayer Figth2_m = new System.Media.SoundPlayer();
System.Media.SoundPlayer Figth_win_m = new System.Media.SoundPlayer();
System.Media.SoundPlayer Figth_win2_m = new System.Media.SoundPlayer();
System.Media.SoundPlayer Prop_m = new System.Media.SoundPlayer();
System.Media.SoundPlayer P_Prop_m = new System.Media.SoundPlayer();
AxWMPLib.AxWindowsMediaPlayer BMG2 = new AxWMPLib.AxWindowsMediaPlayer();
AxWMPLib.AxWindowsMediaPlayer BMG3 = new AxWMPLib.AxWindowsMediaPlayer();
AxWMPLib.AxWindowsMediaPlayer BMG4 = new AxWMPLib.AxWindowsMediaPlayer();
//人物状态枚举
enum Current { 无 谈话 开门 商店 楼梯 使用道具 战斗 战斗胜利获取战利品 商店购买中 圣光徽 风之罗盘 };
enum Shop_Type { 二层金币商店 五层经验商店 五层钥匙商店 十一层金币商店十二层钥匙商店十三层经验商店 };
enum Talk_Type {仙女_1仙女_2小偷_1小偷_2二层武器二层防具公主武器15防具15红衣魔王冥灵魔王大魔王船长 }
//存储游戏窗口
public PictureBox[] pic;
//存储游戏层数内容
Storet storet = new Storet();
//存储玩家内容
Man Man = new Man();
//当前楼层
int Map_Terrain_Now=0;
//最高楼层
int Map_max = 0;
//当前对话到的位置
int talk_int = 0;
//当前在做什么
Current current=Current.无;
Shop_Type shop_type = Shop_Type.二层金币商店;
Talk_Type talk_type = Talk_Type.仙女_1;
//商店光标定位位置保存
Point[] shop_point = new Point[4] { new Point(10 93) new Point(10 128) new Point(10 163) new Point(10 198) };
Point[] move_point = new Point[20]{new Point(4747)new Point(4777)new Point(47107)new Point(47137)
new Point(47167)new Point(47197)new Point(47227)new Point(47257)new Point(47287)
new Point(47317)new Point(19747)new Point(19777)new Point(197107) new Point(197137)
new Point(197167)new P
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 53760 2012-07-27 23:58 魔塔\bin\Debug\app.publish\Application Files\魔塔_1_0_0_0\AxInterop.WMPLib.dll.deploy
文件 331264 2012-07-27 23:58 魔塔\bin\Debug\app.publish\Application Files\魔塔_1_0_0_0\Interop.WMPLib.dll.deploy
文件 852480 2012-07-31 02:22 魔塔\bin\Debug\app.publish\Application Files\魔塔_1_0_0_0\魔塔.exe.deploy
文件 7973 2012-07-31 02:22 魔塔\bin\Debug\app.publish\Application Files\魔塔_1_0_0_0\魔塔.exe.manifest
文件 429032 2012-07-31 02:22 魔塔\bin\Debug\app.publish\setup.exe
文件 5653 2012-07-31 02:22 魔塔\bin\Debug\app.publish\魔塔.application
文件 53760 2012-07-27 23:58 魔塔\bin\Debug\AxInterop.WMPLib.dll
文件 331264 2012-07-27 23:58 魔塔\bin\Debug\Interop.WMPLib.dll
文件 1567 2012-07-27 22:29 魔塔\bin\Debug\music\sound1.mp3
文件 12810 2012-07-27 23:50 魔塔\bin\Debug\music\sound1.wav
文件 1567 2012-07-27 22:29 魔塔\bin\Debug\music\sound10.mp3
文件 12810 2012-07-27 23:50 魔塔\bin\Debug\music\sound10.wav
文件 1879 2012-07-27 22:29 魔塔\bin\Debug\music\sound11.mp3
文件 19722 2012-07-27 23:50 魔塔\bin\Debug\music\sound11.wav
文件 1671 2012-07-27 22:29 魔塔\bin\Debug\music\sound12.mp3
文件 17418 2012-07-27 23:50 魔塔\bin\Debug\music\sound12.wav
文件 1307 2012-07-27 22:29 魔塔\bin\Debug\music\sound13.mp3
文件 10506 2012-07-27 23:50 魔塔\bin\Debug\music\sound13.wav
文件 12097 2012-07-27 22:29 魔塔\bin\Debug\music\sound14.mp3
文件 106122 2012-07-27 23:50 魔塔\bin\Debug\music\sound14.wav
文件 8067 2012-07-27 22:29 魔塔\bin\Debug\music\sound15.mp3
文件 70410 2012-07-27 23:50 魔塔\bin\Debug\music\sound15.wav
文件 3387 2012-07-27 22:29 魔塔\bin\Debug\music\sound16.mp3
文件 28938 2012-07-27 23:50 魔塔\bin\Debug\music\sound16.wav
文件 1307 2012-07-27 22:29 魔塔\bin\Debug\music\sound17.mp3
文件 10506 2012-07-27 23:50 魔塔\bin\Debug\music\sound17.wav
文件 1255 2012-07-27 22:29 魔塔\bin\Debug\music\sound18.mp3
文件 12810 2012-07-27 23:50 魔塔\bin\Debug\music\sound18.wav
文件 3855 2012-07-27 22:29 魔塔\bin\Debug\music\sound19.mp3
文件 41610 2012-07-27 23:50 魔塔\bin\Debug\music\sound19.wav
............此处省略194个文件信息
相关资源
- unity3D赛车游戏项目源代码
- Unity3D脚本编程 使用C#语言开发跨平台
- 手把手教你使用C#制作RPG游戏PDF
- 《精通C#游戏编程》中文完整扫描版
- ASP.NET 泡泡堂游戏详细代码,可直接运
- C#各种小游戏开发源代码
- 设计模式大作业游戏
- Unity3d开发案例(坦克克星游戏,C#版
- 五子棋小游戏 C#源代码 完整源程序
- VisualC#23经典游戏编程开发+源代码
- 游戏设计、原型与开发 - 基于Unity与
- Unity3D射击游戏《全民飞机大战》源码
- 游戏服务器引擎C#源码
- C#找茬游戏简单
- 涂鸦跳跳类型游戏源码
- 手把手教你用C#制作RPG游戏__罗培羽著
- 用C#做的各种小游戏
- 2048小游戏C#源代码
- 精通C#游戏编程.pdf
- unity3D外星风格射击游戏完整项目源码
- C#俄罗斯方块游戏源代码,带背景音乐
- Unity3D脚本编程 使用C#语言开发跨平台
- unity3d多人联机赛车游戏完整源码
- 合金弹头游戏源码C#,U3D素材+源码
- C#猜拳游戏
- C#游戏后台数据库管理系统
- Unity 3D脚本编程——使用C#语言开发跨
- Unity3D 街机捕鱼游戏源码
- Unity3D《farm business》农场模拟经营游戏
- unity跑酷小游戏-横版
评论
共有 条评论