Skip to content

Commit fff6d00

Browse files
committed
[Upload] 說明文件及簡報
1 parent 909552b commit fff6d00

27 files changed

+31
-20
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2014-Windows Programming Project ( TEAM ONE )
1+
2014-Windows Programming Project @ NCCU ( TEAM ONE )
22

33

44
PROJECT NAME:
@@ -14,4 +14,7 @@ TEAM MEMBER :
1414
1515
DESCRIPTION :
1616

17-
This is a Side-Scroll Tower Defense Game,the final project for WINDOWS PROGRAMMING IN C# course.The project is basically written by C# with using .NET framework in the invironment of Microsoft Visual Studio 2013.Some of the codes were referenced form GitHub and CodePlex, to implement the graphic animation of the Game. For any problems, please send us to this E-mail:[email protected]. Thanks for playing the game and have fun.
17+
This is a Side-Scroll Tower Defense Game,the final project for WINDOWS PROGRAMMING IN C# course.
18+
The project is basically written by C# with using .NET framework in the environment of Microsoft Visual Studio 2013.
19+
Some of the codes were referenced form GitHub and CodePlex, to implement the graphic animation of the Game.
20+
For any problems, please send us to this E-mail:[email protected]. Thanks for playing the game and have fun.
12.5 KB
Binary file not shown.

Side-scrolling Tower Defense/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<Button x:Name="btnHard" Content="困 難" Height="35" Click="btnHard_Click" Padding="5" Focusable="False" FontSize="16" FontWeight="Bold" Margin="0,3" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="White"/>
9090
<Button x:Name="btnSuperHard" Content="絕望級" Height="35" Click="btnSuperHard_Click" Padding="5" Focusable="False" FontSize="16" FontWeight="Bold" Margin="0,3" BorderBrush="{x:Null}" Background="{x:Null}" Foreground="White"/>
9191
</StackPanel>
92-
<Label Content="Version: 1.124" HorizontalAlignment="Left" Margin="992,0,0,0" VerticalAlignment="Top" Height="28" Width="102" FontWeight="Bold" Foreground="White" Background="{x:Null}" OpacityMask="#FF131313"/>
92+
<Label Content="v1.125" HorizontalAlignment="Left" Margin="1029,2,0,0" VerticalAlignment="Top" Height="28" Width="52" FontWeight="Bold" Foreground="White" Background="{x:Null}" OpacityMask="#FF131313"/>
9393
</Grid>
9494
</Grid>
9595
</Window>

Side-scrolling Tower Defense/bin/Debug/Side-scrolling Tower Defense.application

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
1515
</dsig:Transforms>
1616
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
17-
<dsig:DigestValue>FeARoMI1/zuWyN+BKzRIyxHA2iYmXSYOfZb747dEV8k=</dsig:DigestValue>
17+
<dsig:DigestValue>v+dWtXKBQNI8gFn2vAMgW0RyoOUYfmwLVKexRFdx7LI=</dsig:DigestValue>
1818
</hash>
1919
</dependentAssembly>
2020
</dependency>
Binary file not shown.

Side-scrolling Tower Defense/bin/Debug/Side-scrolling Tower Defense.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
5151
</dsig:Transforms>
5252
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
53-
<dsig:DigestValue>lzDwDs4RxteJog6pKETHYtAwriNKXCGDiOZr2CurKKw=</dsig:DigestValue>
53+
<dsig:DigestValue>XLxMk8e0C6aDVQT0SwqqR8XuWPqJD9QBl9AKsANV/kk=</dsig:DigestValue>
5454
</hash>
5555
</dependentAssembly>
5656
</dependency>
Binary file not shown.

Side-scrolling Tower Defense/bin/Debug/Side-scrolling Tower Defense.vshost.application

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
1515
</dsig:Transforms>
1616
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
17-
<dsig:DigestValue>FeARoMI1/zuWyN+BKzRIyxHA2iYmXSYOfZb747dEV8k=</dsig:DigestValue>
17+
<dsig:DigestValue>v+dWtXKBQNI8gFn2vAMgW0RyoOUYfmwLVKexRFdx7LI=</dsig:DigestValue>
1818
</hash>
1919
</dependentAssembly>
2020
</dependency>

Side-scrolling Tower Defense/bin/Debug/Side-scrolling Tower Defense.vshost.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
5151
</dsig:Transforms>
5252
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
53-
<dsig:DigestValue>lzDwDs4RxteJog6pKETHYtAwriNKXCGDiOZr2CurKKw=</dsig:DigestValue>
53+
<dsig:DigestValue>XLxMk8e0C6aDVQT0SwqqR8XuWPqJD9QBl9AKsANV/kk=</dsig:DigestValue>
5454
</hash>
5555
</dependentAssembly>
5656
</dependency>
Binary file not shown.

0 commit comments

Comments
 (0)