Skip to content

tags07/Android-Tile-Based-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONTENTS OF THIS FILE
---------------------

* Introduction
* Important Files
* Licence

INTRODUCTION
------------

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.

This code is used in the Android game Radius:

https://market.android.com/details?id=org.ruscoe.radius

Author: Dan Ruscoe ([email protected]).

IMPORTANT FILES
-------------

src/org/ruscoe/example/tilegame/data/GameDAO.java

This file populates the games database with tile and map data.

It contains an example of how to define custom tiles and how
to use those tiles to build custom maps for your game's levels.

src/org/ruscoe/example/tilegame/GameView.java

This generates the game view and handles all game logic and
user input.

The function parseGameLevelData shows how the tile and map
data in the database is translated into a playable game level.

LICENCE
-------

Released under the The MIT License.

http://www.opensource.org/licenses/mit-license.php

About

An example of a tile-based, 2D game using Android's Canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published