changes.002

来自「乒乓球游戏程序」· 002 代码 · 共 9 行

002
9
字号
* Added the `objects' module to coordinate the game objects.
* Added the `bat' module to handle a bat.
* Added a `global' module, to define global variables, such 
	as screen dimensions, bat settings, etc.
* Extended the `input' module to get left/right input, to 
	move the bat.
* Made the `display' module call the `objects' module to draw
	the objects, using a subbitmap of the screen.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?