基本信息
源码名称:C# GDI+ 局域网对战小游戏
源码大小:0.84M
文件格式:.rar
开发语言:C#
更新时间:2023-05-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C# GDI 局域网对战小游戏
一个关于C# GDI 局域网对战小游戏,可以通过输入对方ip进行局域网对战



文件清单
└── LanGame
    ├── LanGame
    │   ├── About.cs
    │   ├── About.Designer.cs
    │   ├── About.resx
    │   ├── Base
    │   │   ├── DefineDate.cs
    │   │   └── InitResource.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── LanGame.exe
    │   │   │   ├── LanGame.pdb
    │   │   │   ├── LanGame.vshost.exe
    │   │   │   └── LanGame.vshost.exe.manifest
    │   │   └── Release
    │   ├── Cry.cs
    │   ├── Cry.Designer.cs
    │   ├── Cry.resx
    │   ├── Event
    │   │   └── Keyboard.cs
    │   ├── GameMain
    │   │   ├── GameManage.cs
    │   │   ├── GameStatusFrames.cs
    │   │   └── HitCheck.cs
    │   ├── IpAdd.cs
    │   ├── IpAdd.Designer.cs
    │   ├── IpAdd.resx
    │   ├── LanGame.cs
    │   ├── LanGame.csproj
    │   ├── LanGame.Designer.cs
    │   ├── LanGame.resx
    │   ├── Laugh.cs
    │   ├── Laugh.Designer.cs
    │   ├── Laugh.resx
    │   ├── obj
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── GenerateResource-ResGen.read.1.tlog
    │   │           ├── GenerateResource-ResGen.write.1.tlog
    │   │           ├── LanGame.About.resources
    │   │           ├── LanGame.Cry.resources
    │   │           ├── LanGame.csproj.FileListAbsolute.txt
    │   │           ├── LanGame.exe
    │   │           ├── LanGame.IpAdd.resources
    │   │           ├── LanGame.LanGame.resources
    │   │           ├── LanGame.Laugh.resources
    │   │           ├── LanGame.pdb
    │   │           ├── LanGame.Properties.Resources.resources
    │   │           └── TempPE
    │   │               └── Properties.Resources.Designer.cs.dll
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Resources
    │   │   ├── c195.png
    │   │   ├── cry.jpg
    │   │   ├── End.gif
    │   │   ├── Enemy.png
    │   │   ├── Floor.png
    │   │   ├── Hero.png
    │   │   ├── laugh1.jpg
    │   │   ├── laugh.jpg
    │   │   ├── Player1.png
    │   │   ├── Player2.png
    │   │   ├── 龙骑士.bmp
    │   │   └── 龙骑士.png
    │   └── Thing
    │       ├── BaseClass.cs
    │       ├── Bullet.cs
    │       ├── Map.cs
    │       └── Player.cs
    ├── LanGame.sln
    └── LanGame.suo

15 directories, 63 files