Assignment 01 TicTacToe
Assignment 01 TicTacToe
Game Overview
In this assignment, your app will design all required UI components (as generic as
possible to fit different screens sizes and different android versions) and will also
implement the game logic.
Hints
The following information should be helpful for you:
Marking Criteria
UI Design (5 points)
1. Buttons are responding well, images and icons are well placed with proper
margin and padding as per requirements. (1 Point)
2. Your game have animated icons/buttons. (1 Point)
3. ID for all UI’s are meaningful and readable. (1 Point)
4. Proper use of string, and image resources. (1 Point)
5. UI is consistent across many devices. (1 Point)