zoukankan      html  css  js  c++  java
  • silverlight2 游戏 1 你能坚持多少秒

    这是开始学习silverlight的第一个游戏


    源码下载 https://files.cnblogs.com/hubj/Movebox.rar

    感谢各位的关注,已增加重新开始功能! :)

    click onto the red block with jump over it:
    鼠标移动到红色部分。
    move the red block avoiding crash with the blue ones
    拖动红块,避免碰到蓝色部分。
    don't touch the black edge.
    不要碰到黑色区域。
    if you can reach more than 18 seconds, you are a genius.
    如果你能达到18秒以上,你算得上是个天才。

    1、游戏管理类
    GameManager.cs


    Page.xaml.cs
    Code

    DragManager.cs
    Code

    Enemy.xaml.cs
    Code

    Owner.xaml.cs
    Code

    Page.xaml.cs
    Code
  • 相关阅读:
    Oracle并行操作——从串行到并行
    Log4Net使用指南
    NET开发人员应该要知道
    测试11g压缩性能
    C#不同操作系统下,界面大小不一的原因
    采用nettcp绑定的wcf宿主到iis7
    Packaging Oracle Data Access Components into .Net projects
    Operating System Property Values
    【转】《Effective C#中文版:改善C#程序的50种方法》读书笔记
    解决.svc 无法解析
  • 原文地址:https://www.cnblogs.com/hubj/p/1457637.html
Copyright © 2011-2022 走看看