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
  • 相关阅读:
    面向对象
    tomcat启动时的java_home和jre_home错误
    C#获取当前程序运行路径的方法集合(转)
    Windows Media Player 打不开怎么办
    CGI/MIME/servlet术语解释
    HTTP 无法注册 URL http://+:8000/。进程不具有此命名空间的访问权限
    使用QuartZ.net来做定时计划任务 ; 值不能为 null。 参数名: assemblyString
    cz.msebera.android.httpclient.conn.ConnectTimeoutException: Connect to /192.168.23.1:8080 timed out(Android访问后台一直说链接超时)
    Java的位运算符——&0xFF的运算与讲解
    android+myeclipse+mysql自定义控件下拉框的数据绑定
  • 原文地址:https://www.cnblogs.com/hubj/p/1457637.html
Copyright © 2011-2022 走看看