Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdulsamie10/puzzlegame

This repository contains code of image puzzle game developed in Android Studio and Java.
https://github.com/abdulsamie10/puzzlegame

android android-app android-application android-studio gradle java puzzle puzzle-game

Last synced: about 8 hours ago
JSON representation

This repository contains code of image puzzle game developed in Android Studio and Java.

Awesome Lists containing this project

README

        

# PuzzleGame
This repository contains code of image puzzle game developed in Android Studio and Java.

# Learning Ojectives
Create a square solver with 3x3 Grids using buttons.
Create a square solver with 3x3 Grids using Image Buttons.

Create the UI (User Interface) for a 3x3 grid of buttons
Note: For every lab it is recommended to start a new Android
Studio Project. Refer to Lab1 & Lab2 for instructions on how
to start a new project.

# Import and Run
Simply import this project in Android Studio and build the project using gradle. This project will start running.