- 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.
推薦閱讀
- MySQL數(shù)據(jù)庫進(jìn)階實戰(zhàn)
- 計算機(jī)綜合設(shè)計實驗指導(dǎo)
- 數(shù)據(jù)庫原理及應(yīng)用教程(第4版)(微課版)
- SQL入門經(jīng)典(第5版)
- Spark快速大數(shù)據(jù)分析(第2版)
- 數(shù)據(jù)結(jié)構(gòu)與算法(C語言版)
- 達(dá)夢數(shù)據(jù)庫性能優(yōu)化
- 大話Oracle Grid:云時代的RAC
- 智能數(shù)據(jù)時代:企業(yè)大數(shù)據(jù)戰(zhàn)略與實戰(zhàn)
- 數(shù)據(jù)挖掘原理與SPSS Clementine應(yīng)用寶典
- 深入淺出 Hyperscan:高性能正則表達(dá)式算法原理與設(shè)計
- 區(qū)塊鏈技術(shù)應(yīng)用與實踐案例
- 大數(shù)據(jù)測試技術(shù):數(shù)據(jù)采集、分析與測試實踐(在線實驗+在線自測)
- ECharts數(shù)據(jù)可視化:入門、實戰(zhàn)與進(jìn)階
- AI Crash Course