Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

ruscoe/Android-Tile-Based-Game

Repository files navigation

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. ##mvc design pattern Android Tile-Based Game screen shot

Requirements

Usage

  • Import the Android Tile-Based Game project into Eclipse.
  • Build the project as an Android application.

Important Files

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

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

The file contains an example of custom tile definitions 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.

License

Released under the MIT License.

About

🎮 A 2D game example using Canvas.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages