Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 806 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 806 Bytes

TileIsland - Assignment 4

Android Game - Enhancement of https://github.com/priyankabp/Game

  • Enable/create kids and parents accounts.

  • Each player should have a log/history that represents progress and performance.

  • Child performance should be visible to parents only.

  • You should have at least two different level of difficulties.

  • Each level should include a minimum of 3 stages.

Complete the following assignment-4 requirements:

  • Create accounts (probably using SQLite with or without passwords).

  • Two different levels. Each has 3 stages.

  • Register progress in a log file.

  • Draw at least one chart to show progress in parents' report.

  • Design the game in a way that it works on the maximum possible number of devices.

  • Leader board through server-side db or cloud.