Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abdulsamie10/puzzlegame
- Owner: abdulsamie10
- Created: 2023-01-09T08:11:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T08:17:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T04:56:19.694Z (6 months ago)
- Topics: android, android-app, android-application, android-studio, gradle, java, puzzle, puzzle-game
- Language: Java
- Homepage:
- Size: 654 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.