一个不错的简单教程,链接地址:Runner,a minimal side-scroller。
in this tutorial we'll create a very simple endless running game. You'll learn to
- generate a layered background;
- reuse objects;
- use simply physics;
- detect input to make the player jump;
- implement a power-up;
- write a small event manager;
- switch stuff on and off on demand;
- make a minimal GUI.
本教程将指导您创建一个非常简单的无限跑酷游戏,包括生成分层背景、重复使用对象、简单物理原理、玩家跳跃输入检测、实现增强道具、编写小型事件管理器、动态开关功能、制作最小GUI等关键步骤。
962

被折叠的 条评论
为什么被折叠?



