- XNA 4.0 Game Development by Example Beginner's Guide(Visual Basic Edition)
- Kurt Jaegers
- 114字
- 2021-08-20 15:50:42
Summary
You now have a working Flood Control game. In this chapter, we have looked at:
- Adding content objects to your project and loading them into textures at runtime using an instance of the
ContentManager
class - Dividing code up into classes that represent objects in the game
- Building a recursive method
- Using the
SpriteBatch.Draw()
method to display images - Dividing the
Update()
andDraw()
code into different units, based on the current game state
In Chapter 3, Flood Control - Smoothing Out the Rough Edges, we will spruce up the Flood Control game, adding animation by modifying the parameters of the SpriteBatch.Draw()
method and creating text effects in order to make the game visually more appealing.
推薦閱讀
- 程序員修煉之道:從小工到專家
- ETL數(shù)據(jù)整合與處理(Kettle)
- Modern Programming: Object Oriented Programming and Best Practices
- Learning JavaScriptMVC
- 工業(yè)大數(shù)據(jù)分析算法實(shí)戰(zhàn)
- 數(shù)據(jù)庫(kù)系統(tǒng)原理及應(yīng)用教程(第4版)
- Hadoop 3.x大數(shù)據(jù)開發(fā)實(shí)戰(zhàn)
- 信息學(xué)競(jìng)賽寶典:數(shù)據(jù)結(jié)構(gòu)基礎(chǔ)
- 科研統(tǒng)計(jì)思維與方法:SPSS實(shí)戰(zhàn)
- 一本書講透Elasticsearch:原理、進(jìn)階與工程實(shí)踐
- 大數(shù)據(jù)分析:數(shù)據(jù)倉(cāng)庫(kù)項(xiàng)目實(shí)戰(zhàn)
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 區(qū)塊鏈+:落地場(chǎng)景與應(yīng)用實(shí)戰(zhàn)
- Visual Studio 2012 and .NET 4.5 Expert Development Cookbook
- SOLIDWORKS 2018中文版機(jī)械設(shè)計(jì)基礎(chǔ)與實(shí)例教程