- XNA 4 3D Game Development by Example:Beginner's Guide
- Kurt Jaegers
- 144字
- 2021-08-05 18:55:24
Time for action – creating an XNA project
To create an XNA project, perform the following steps:
- In the Visual Studio window, open the File menu and select New Project....
- Under Project Type, make sure C# is selected as the language and that the XNA Game Studio 4.0 category is selected.
- Under Templates, select Windows Game (4.0).
- Name the project
Speller
(this will automatically update the Solution Name). - Click on OK.
The Speller game's Game1.cs
file, when opened in Visual Studio, would look like the following screenshot:

What just happened?
We now have the skeleton of a project upon which we can build the Speller game. Each of the major XNA methods is declared, usually with no additional code except the execution of the method's base. We will examine each area of the XNA game template as we create the pieces necessary for Speller.
推薦閱讀
- 數(shù)據(jù)庫技術(shù)與應(yīng)用教程(Access)
- 工業(yè)大數(shù)據(jù)分析算法實(shí)戰(zhàn)
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- INSTANT Cytoscape Complex Network Analysis How-to
- 達(dá)夢(mèng)數(shù)據(jù)庫運(yùn)維實(shí)戰(zhàn)
- 實(shí)用數(shù)據(jù)結(jié)構(gòu)
- Hands-On System Programming with C++
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第2版)
- MySQL數(shù)據(jù)庫應(yīng)用與管理
- 大數(shù)據(jù)隱私保護(hù)技術(shù)與治理機(jī)制研究
- ORACLE 11g權(quán)威指南
- 數(shù)據(jù)產(chǎn)品經(jīng)理寶典:大數(shù)據(jù)時(shí)代如何創(chuàng)造卓越產(chǎn)品
- 實(shí)用預(yù)測(cè)分析
- Scratch Cookbook
- Nagios Core Administrators Cookbook