91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.7MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-19
  • 語言: C#
  • 標簽: 貪吃蛇??c#??

資源簡介

用C#寫的貪吃蛇游戲,有背景音樂,界面美觀。附帶程序報告一份。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Drawing;

namespace?mysnake
{
????class?Food
????{
????????public?Point?pos;
????????private?Image?blockFood?=?Image.FromFile(“images/block01.gif“);

????????public?Point?Pos
????????{
????????????get
????????????{
????????????????return?pos;
????????????}
????????????set
????????????{
????????????????pos?=?value;
????????????}
????????}
????
????????public?Food(Snake?snake)
????????{
????????????do
????????????{
????????????????Random?randomFood?=?new?Random();
????????????????pos.X?=?randomFood.Next(20);
????????????????pos.Y?=?randomFood.Next(20);
????????????}?while?(snake.pointConsist(pos));

????????}
????????public?void?Draw(Graphics?g)
????????{

????????????Rectangle?rectFood?=?new?Rectangle(pos.X?*?Snake.SnakeImageWidth?pos.Y?*?Snake.SnakeImageHeight?Snake.SnakeImageHeight?Snake.SnakeImageWidth);
????????????g.DrawImage(blockFood?rectFood);
????????????

????????}

????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????9382??2010-12-30?14:49??08052318?駱庚\lg\mysnake\1257409f0rryysn.jpg

?????文件??????40269??2010-12-30?15:12??08052318?駱庚\lg\mysnake\2008100810050311.jpg

?????文件??????34823??2010-12-31?15:09??08052318?駱庚\lg\mysnake\8.jpg

?????文件?????????77??2010-12-30?15:21??08052318?駱庚\lg\mysnake\app.config

?????文件?????103608??2007-12-26?07:34??08052318?駱庚\lg\mysnake\bin\Debug\bass.dll

?????文件??????46384??2007-12-26?07:34??08052318?駱庚\lg\mysnake\bin\Debug\basswma.dll

?????文件??????16822??2005-05-05?14:26??08052318?駱庚\lg\mysnake\bin\Debug\images\about.jpg

?????文件????????809??2005-05-05?01:09??08052318?駱庚\lg\mysnake\bin\Debug\images\block01.gif

?????文件????????804??2005-05-05?01:13??08052318?駱庚\lg\mysnake\bin\Debug\images\block02.gif

?????文件????????787??2005-05-05?01:13??08052318?駱庚\lg\mysnake\bin\Debug\images\block03.gif

?????文件????????786??2005-05-05?01:14??08052318?駱庚\lg\mysnake\bin\Debug\images\block04.gif

?????文件????????788??2005-05-05?01:14??08052318?駱庚\lg\mysnake\bin\Debug\images\block05.gif

?????文件????????789??2005-05-05?01:14??08052318?駱庚\lg\mysnake\bin\Debug\images\block06.gif

?????文件????????798??2005-05-05?01:21??08052318?駱庚\lg\mysnake\bin\Debug\images\block07.gif

?????文件????????789??2005-05-05?01:21??08052318?駱庚\lg\mysnake\bin\Debug\images\block08.gif

?????文件????????794??2005-05-05?01:17??08052318?駱庚\lg\mysnake\bin\Debug\images\block09.gif

?????文件????????794??2005-05-05?01:17??08052318?駱庚\lg\mysnake\bin\Debug\images\block10.gif

?????文件????????809??2005-05-05?01:18??08052318?駱庚\lg\mysnake\bin\Debug\images\block11.gif

?????文件????????791??2005-05-05?01:23??08052318?駱庚\lg\mysnake\bin\Debug\images\block12.gif

?????文件????????802??2005-05-05?01:22??08052318?駱庚\lg\mysnake\bin\Debug\images\block13.gif

?????文件????????785??2005-05-05?01:23??08052318?駱庚\lg\mysnake\bin\Debug\images\block14.gif

?????文件?????120832??2011-01-02?13:17??08052318?駱庚\lg\mysnake\bin\Debug\mysnake.exe

?????文件?????????77??2010-12-30?15:21??08052318?駱庚\lg\mysnake\bin\Debug\mysnake.exe.config

?????文件??????65024??2011-01-02?13:17??08052318?駱庚\lg\mysnake\bin\Debug\mysnake.pdb

?????文件??????14328??2011-01-02?13:25??08052318?駱庚\lg\mysnake\bin\Debug\mysnake.vshost.exe

?????文件?????????77??2010-12-30?15:21??08052318?駱庚\lg\mysnake\bin\Debug\mysnake.vshost.exe.config

?????文件????????490??2007-07-21?02:33??08052318?駱庚\lg\mysnake\bin\Debug\mysnake.vshost.exe.manifest

?????文件?????352256??2003-03-11?23:13??08052318?駱庚\lg\mysnake\bin\Debug\nBASS.dll

?????文件??????????9??2010-12-31?11:40??08052318?駱庚\lg\mysnake\bin\Debug\score.txt

?????文件???????6268??2005-05-18?14:06??08052318?駱庚\lg\mysnake\bin\Debug\sounds\hit.mp3

............此處省略105個文件信息

評論

共有 條評論