本文介绍了游戏开发入门的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想开始游戏开发.我读了很多文章,但没有走太远.我正在学习计算机科学,并且在C ++方面有经验,在Java,.NET上学了一个学期(甚至是汇编程序,但我不会从那开始^^)

I want to get started at game development. I have read a lot of articles, but didn't get far.I'm studing computer science and have experience in C++, one semester in Java, .NET, (even assembler, but I won't start with that^^)

我想开发诸如Tetris之类的小型"游戏,以后再进行某种跳跃和奔跑.

I want to develop "small" games, like Tetris and later on some kind of jump and run.

我想处理视觉方面(游戏GUI").

I would like to work with visual aspects ("game GUI").

我读了很多意见,但是我不知道是否以C ++,C#,Java开头,我还读过DirectX和Flash. (我学习新语言没有问题.)

I read a lot of opinions but I don't know whether to start with C++, C#, Java , I've also read about DirectX and Flash. (I have no problems to learn a new language.)

我找不到很好的教程.

->哪种语言,教程?

预先感谢

Tyzak

推荐答案

我建议 XNA .这是一个用于在Windows,Xbox 360和Zune上制作游戏的.NET框架.

I would recommend XNA. It is a .NET framework for making games on Windows, Xbox 360 and Zune.

上手容易,您可以在非常合理的时间内制作小型游戏,例如《俄罗斯方块》.我曾用它为儿子制作了几款Xbox游戏.

It is easy to get started and you can make small games like Tetris within a very reasonable time frame. I have used it to make a couple of Xbox games for my son.

有很多信息可以帮助您入门. XNA创建者俱乐部的教育部分是一个很好的起点.

There's plenty of information available to get you started. A good starting point is the education section of the XNA Creator's Club.

此问题的其他信息:好的3D GUI引擎

这篇关于游戏开发入门的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-09 07:53