• 大小: 11.94MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-22
  • 语言: C#
  • 标签: 魔塔  游戏  

资源简介

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个文件信息

评论

共有 条评论