資源簡介
還記得小時候玩的貪吃蛇嗎
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
namespace?Snake
{
????public?class?Bean
????{
????????private?Point?_origin;
????????
????????public?Point?Origin
????????{
????????????get?{?return?_origin;?}
????????????set?{?_origin?=?value;?}
????????}
????????public?void?ShowBean(Graphics?g)
????????{
????????????SolidBrush?brush?=?new?SolidBrush(Color.Red);
????????????g.FillRectangle(brush?Origin.X?Origin.Y?15?15);
????????}
????????public?void?UnShowBean(Graphics?g)
????????{
????????????SolidBrush?brush?=?new?SolidBrush(Color.Silver);
????????????g.FillRectangle(brush?Origin.X?Origin.Y?15?15);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????189??2020-04-23?15:27??App.config
?????文件?????????758??2020-04-24?13:59??Bean.cs
?????文件????????6148??2020-05-20?19:30??bin\.DS_Store
?????文件???????13845??2020-04-24?11:31??bin\Debug\1.jpg
?????文件?????????804??2020-03-06?07:58??bin\Debug\Blue.gif
?????文件???????13845??2020-05-20?19:41??bin\Debug\images\1.jpg
?????文件?????????804??2020-05-20?19:41??bin\Debug\images\Blue.gif
?????文件?????????813??2020-05-20?19:41??bin\Debug\images\Yellow.gif
?????文件???????17408??2020-05-20?19:43??bin\Debug\Snake.exe
?????文件?????????189??2020-04-23?15:27??bin\Debug\Snake.exe.config
?????文件???????58880??2020-05-20?19:43??bin\Debug\Snake.pdb
?????文件?????????813??2020-03-06?07:58??bin\Debug\Yellow.gif
?????文件????????1414??2020-05-20?19:42??Block.cs
?????文件????????4609??2020-05-20?19:42??FrmMain.cs
?????文件???????10578??2020-05-19?13:43??FrmMain.Designer.cs
?????文件????????6383??2020-05-19?13:43??FrmMain.resx
?????文件???????13845??2020-05-20?19:41??images\1.jpg
?????文件?????????804??2020-05-20?19:41??images\Blue.gif
?????文件?????????813??2020-05-20?19:41??images\Yellow.gif
?????文件????????2644??2020-04-24?16:12??Map.cs
?????文件?????????823??2020-05-19?13:43??obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7261??2020-05-20?19:42??obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????42??2020-05-20?19:43??obj\Debug\Snake.csproj.CoreCompileInputs.cache
?????文件????????1263??2020-05-20?19:43??obj\Debug\Snake.csproj.FileListAbsolute.txt
?????文件????????1014??2020-05-20?19:43??obj\Debug\Snake.csproj.GenerateResource.cache
?????文件????????2379??2020-05-20?19:43??obj\Debug\Snake.csprojAssemblyReference.cache
?????文件???????17408??2020-05-20?19:43??obj\Debug\Snake.exe
?????文件?????????180??2020-05-20?19:43??obj\Debug\Snake.FrmMain.resources
?????文件???????58880??2020-05-20?19:43??obj\Debug\Snake.pdb
?????文件?????????180??2020-05-20?19:43??obj\Debug\Snake.Properties.Resources.resources
?????文件?????????519??2020-04-23?16:39??Program.cs
............此處省略9個文件信息
評論
共有 條評論