CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
71 stars 128 forks source link

Feature: Matching Tiles Challenge #425

Open duckcommit opened 9 months ago

duckcommit commented 9 months ago

Description

New challenge to wake up!! Let's add a matching tiles game where the user needs to select the matching tiles, which will be shuffled and upside down. The user needs to match it based on memory. I would like to work on that,

Screenshots

No response

MarkisDev commented 9 months ago

I've assigned this to you

Gaurav-Kushwaha-1225 commented 2 months ago

Hey @AryanSarafDev, I would like to work on this issue.

AryanSarafDev commented 1 month ago

Let's add a matching tiles game where the user needs to select the matching tiles, which will be shuffled and upside down. The user needs to match it based on memory. I would like to work on that,

@Gaurav-Kushwaha-1225 Sure you can work on it. But try implementing fancy animations for the tiles

khush1yaaar commented 3 weeks ago

hey if the Issue is not assigned I would love to add this one. I had built this game earlier -

https://github.com/user-attachments/assets/6fdab8e2-905b-4134-a3f9-38c25046fa45

is this what you are talking about?!

AryanSarafDev commented 3 weeks ago

@khush1yaaar I guess @Gaurav-Kushwaha-1225 is working on it. And no we are not talking about piano tiles. It is a memory based tile flipping game Screenshot_2024-11-05-12-53-26-803_com.google.android.googlequicksearchbox.jpg

Gaurav-Kushwaha-1225 commented 1 week ago

Hello @AryanSarafDev,

I encountered an issue while working on the new feature. Here are the relevant links:

The problem I'm facing is that after implementing these changes, the home page is stuck on loading and is not displaying the alarms. Additionally, the selectedProfile in the HomeController is showing up as an empty string, which should show as Default.

I suspect this might be due to the FutureBuilder in home_view.dart not being able to load the future properly.

Could you please take a look and help me identify why this is happening? Thanks in advance!

https://github.com/user-attachments/assets/af02d47f-f2cb-4f8c-9458-4560617447e1

AryanSarafDev commented 1 week ago

Hello @AryanSarafDev,

I encountered an issue while working on the new feature. Here are the relevant links:

The problem I'm facing is that after implementing these changes, the home page is stuck on loading and is not displaying the alarms. Additionally, the selectedProfile in the HomeController is showing up as an empty string, which should show as Default.

I suspect this might be due to the FutureBuilder in home_view.dart not being able to load the future properly.

Could you please take a look and help me identify why this is happening? Thanks in advance!

document_6181221167517406094.mp4

@Gaurav-Kushwaha-1225 Sure will have a look at it