- 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.
推薦閱讀
- 公有云容器化指南:騰訊云TKE實(shí)戰(zhàn)與應(yīng)用
- 程序員修煉之道:從小工到專家
- 從0到1:數(shù)據(jù)分析師養(yǎng)成寶典
- App+軟件+游戲+網(wǎng)站界面設(shè)計(jì)教程
- 大數(shù)據(jù)可視化
- 數(shù)據(jù)庫開發(fā)實(shí)踐案例
- 深度剖析Hadoop HDFS
- 數(shù)據(jù)架構(gòu)與商業(yè)智能
- Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- 淘寶、天貓電商數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第2版)
- 新手學(xué)會(huì)計(jì)(2013-2014實(shí)戰(zhàn)升級(jí)版)
- 計(jì)算機(jī)視覺
- 大數(shù)據(jù)數(shù)學(xué)基礎(chǔ)(R語言描述)
- Access數(shù)據(jù)庫開發(fā)從入門到精通
- Practical Convolutional Neural Networks