文件名称:Android代码-Android-Tile-Based-Game
文件大小:201KB
文件格式:ZIP
更新时间:2022-08-25 12:41:15
Android代码
Android Tile-Based Game This is an example of a basic tile-based, 2D game using Android's Canvas. It can be used as a base for your own games. This code provides a simple way to build maps based on your own tiles, player movement / tracking and detection of collisions with any number of different tile types. Requirements Android SDK Android 2.2 platform Usage Import the Android Tile-Based Game project into Eclipse. Build the project as an Android application. Important Files src/org/ruscoe/