Lesson10 Fianl and fellings
1)Revision History
Date |
Issue |
Description |
Author |
8/May/2015 |
1.0 |
Finish the WPF of our small game,solve the logic problem |
Haoxiaotian |
15/May/2015 |
2.0 |
Finish the windows phone and the windows part |
Haoxiaotian |
2)Problem Statement
we are a group,and we think out a good idea, it's a game,but when we finish it ,find that what we do is a little ugly,there is still a lot to do,and there is a lot to study.
Our game's name is Naughty egg, what you should do is to controll your own ball, and escape from the bads and try to meet the goods. There is 3 level wait for you!
When we start the game, we know nothing, for the interface and the background control. And we first do some logical thinking, and design the basic things of the game, drow some uggly pictures, and after that we began.
Not only did we learn something new, but also we gradually did our work. We also meet with a lot of problems, such as how to bind the action of the interface with the background data. Too many things we are unfamiliar with.
3)Glossary
Table of Contents
1. Introduction
2. Definitions
2.1 What we do
2.2 Team work
2.3 How to achieve it
Introduction:
about the game:
It's a simple game, the idea come from my team mate Shen Yuelong,The following is the main idea:
In our life, there is always something or some people pass by, good or bad, and some are important. But when we have time, when we reflect on ourselves, we ususally find that we missed something or we spent much time on useless things. When we see this, we are gradually growing up. This is our game's main idea.
The game is easy, you are a small ball, there will be lots of things runing background (good or bad), coming and leaving,but you can't see, just like what happened in our life. You are the small ball, when the good comes, the background color will change to green, the closer you are, the deeper the background color will be. And the same with the bad things, the diffence is in this cases the color will be red.
Definitions
(1)What we do
a simple game
(2)Team work
with my partner ShenYuelong
(3)How to achieve it
The launguage:c#
visual studio 2013, work with the wpf, windows 8.1 and windows phone 8.1
4)Supplementary Specification
Table of Contents
1. Objectives
2. Scope
3. References
4. Functionality
5. Usability
6. Reliability
7. Performance
8. Supportability
9. Security
10. Design Constraints
Naughty Egg Specification
Objectives
What we want is though this game developing experience, turely learn something and do something.
And the main idea of our game is also inform us do the important things in different times and try to avoid the bad things surrounded with us.
Scope
Using in the windows platform
References
books and some blogs
Functionality
Have fun and help to understand what is life.
Usability
Windows 8.1 and Windows Phone.
Reliability
The game is still have some bags, we need do more.
Performance
Clear, stable and efficient. Easy to use and friendly to users.
Supportability
None.
Security
Local file saving data, not connecting to the Internet.
Lesson10 Fianl and fellings的更多相关文章
- Java之fianl修饰符
fianl修饰的变量不可以改变,一旦获得初始值,该final变量的值就不能被重新赋值. 1.final成员变量(必需由程序员显式地指定初始值) 类变量:必须在静态初始化块中或者声明该变量时指定初始值, ...
- 《java入门第一季》之面向对象面试题(fianl关键字)
/* 面试题:final修饰局部变量的问题 基本类型:基本类型的值不能发生改变. 引用类型:引用类型的(地址值)(不能发生改变),但是,该对象的堆内存的值是可以改变的. */ class Studen ...
- React.js 小书 Lesson10 - 组件的 state 和 setState
作者:胡子大哈 原文链接:http://huziketang.com/books/react/lesson10 转载请注明出处,保留原文链接和作者信息. state 我们前面提到过,一个组件的显示形态 ...
- lesson10总结
package lesson10; public class Fa { String name="I am Fa"; static{ System.out.println(&qu ...
- fianl关键词
一.final关键字概述 final关键字具有最终或不可改变的含义,可用于修饰类.变量.方法.因此被final修饰的类.变量.方法具有以下特征: --final修饰的类不能被继承: --final修饰 ...
- lesson10:hashmap变慢原因分析
下面的英文描述了String.hashCode()方法,在特定情况下,返回值为0的问题: Java offers the HashMap and Hashtable classes, which us ...
- Day05(fianl、抽象类、接口)
final关键字修饰的类不能被继承.修改,修饰的方法不能被子类覆盖,修饰的变量(是常量)不能被修改. 抽象类:abstract关键字定义的类 继承树中越是在上方的类越抽象,在解决实际问题时,通常将父类 ...
- static和fianl修饰变量的区别
参考:http://hllvm.group.iteye.com/group/topic/37682 http://blog.csdn.net/javakuroro/article/details/68 ...
- 自测之Lesson10:管道
题目:建立双向管道,实现:父进程向子进程传送一个字符串,子进程对该字符串进行处理(小写字母转为大写字母)后再传回父进程. 实现代码: #include <stdio.h> #include ...
随机推荐
- (转)为什么国外 MMORPG 中不采用自动寻路等功能?
不只是自动寻路,现在网游中的教学引导系统,辅助系统的功能强大程度,友好程度都可以说到了变态的程度,开发这些功能投入的资源甚至要超过游戏内容本身.究其原因,还是竞争越来越激烈,人心越来越浮躁,游戏商家为 ...
- scrapy--多爬虫
大家好,我胡汉三又回来了!!!开心QAQ 由于最近一直在忙工作的事,之前学的一些爬虫知识忘得差不多了,只能再花多一些时间来回顾,否则根本无法前进.所以在这里也像高中老师那样提醒一下大家,--每天晚上花 ...
- Oauth2.0协议 http://www.php20.com/forum.php?mod=viewthread&tid=28 (出处: 码农之家)
概要 OAuth2.0是OAuth协议的下一版本,但不向后兼容OAuth 1.0即完全废止了OAuth1.0. OAuth 2.0关注客户端开发者的简易性.要么通过组织在资源拥有者和HTTP服 ...
- <Docker学习>5. docker数据管理
当我们创建了一个tomcat容器,如何简单部署一个web应用?如何将war包放入到容器中?也就是说怎么样把文件从宿主机中 "放入" 到容器中? docker cp命令可以将宿主机本 ...
- Python学习第一弹
开发语言: 高级:Python.java.PHP C# GO ruby C++ ——>字节码 低级:C.汇编 ...
- P1414 又是毕业季II (数学?
题目背景 “叮铃铃铃”,随着高考最后一科结考铃声的敲响,三年青春时光顿时凝固于此刻.毕业的欣喜怎敌那离别的不舍,憧憬着未来仍毋忘逝去的歌.1000多个日夜的欢笑和泪水,全凝聚在毕业晚会上,相信,这一定 ...
- poj 1611 dsu
The Suspects Time Limit: 1000MS Memory Limit: 20000K Total Submissions: 35918 Accepted: 17458 De ...
- [Noip2016]组合数(数论)
题目描述 组合数表示的是从n个物品中选出m个物品的方案数.举个例子,从(1,2,3) 三个物品中选择两个物品可以有(1,2),(1,3),(2,3)这三种选择方法.根据组合数的定 义,我们可以给出计算 ...
- 总结 Date 2017.09.23
总结 Date 2017.09.23 <1>统计数字 某次科研调查时得到了n个自然数,每个数均不超过1500000000(1.5*10^9).已知不相同的数不超过10000个,现在需要统计 ...
- (洛谷)P2709 小B的询问
题目描述 小B有一个序列,包含N个1~K之间的整数.他一共有M个询问,每个询问给定一个区间[L..R],求Sigma(c(i)^2)的值,其中i的值从1到K,其中c(i)表示数字i在[L..R]中的重 ...