C#游戏的最佳形式 [英] Best form for C# Game

查看:116
本文介绍了C#游戏的最佳形式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿伙计们,我只想问问大家他们认为哪种胜利形式他们认为最适合简单的点击游戏。



2-d游戏。



我应该使用Windows窗体还是用户控件?

什么每个的缺点和优点是什么?



谢谢。

Hey guys, I just wanted to ask everyone on their opinion in which win form they think is best for a simple click-to-play game.

Its a 2-d game.

Should I use a ''Windows Form'' or a ''User Control''?
What are the disadvantages and advantages of each?

Thank you.

推荐答案

表单与用户控制:< br $>
- 表格 [ ^ ] 顶部用于程序窗口的级别控制

- UserControl [ ^ ]用于创建其他控件。我们将它放入表单和其他控件中。

- 两者都来自 ContainerControl [ ^ ]



如果你想尝试开发简单点击播放2-d游戏,我建议你使用< a href =http://msdn.microsoft.com/en-us//library/ms754130.aspx> WPF [ ^ ]而不是Windows窗体,虽然两者都不是为游戏开发而设计的。

使用WPF你可以轻松实现:

- 控件造型

- 在画布上绘图

- 动画和过渡



XNA [ ^ ]用于游戏设计。
Form vs User Control:
- Form[^] is top level control used for program windows
- UserControl[^] is used to create other controls. We put this into Forms and other controls.
- both are derived from ContainerControl[^]

If you want to try develop "simple click-to-play 2-d game", I recommend you to use WPF[^] instead of Windows Forms, although both are not designed for game development.
With WPF you can very easily achieve:
- styling of controls
- drawing on Canvas
- animations and transitions

XNA[^] is for game design.


这不是关于游戏使用内容的问题,它'这是你的作业问题:

This isn''t a question about what to use for a game, it''s your homework question:
What are the disadvantages and advantages of a 'Windows Form' and a 'User Control'?





我们不做你的功课:这是有原因的。它就是为了让你思考你被告知的事情,并试着理解它。它也在那里,以便您的导师可以识别您身体虚弱的区域,并将更多的注意力集中在补救措施上。



亲自尝试,你可能会发现它不是和你想的一样困难!



And we do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!


这篇关于C#游戏的最佳形式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆