Giter Site home page Giter Site logo

sromku / memory-game Goto Github PK

View Code? Open in Web Editor NEW
587.0 67.0 411.0 11.9 MB

Simple and beautiful memory game for kids

Home Page: https://play.google.com/store/apps/details?id=com.snatik.matches

License: Apache License 2.0

Java 100.00%
android game kids

memory-game's Introduction

Memory Game

We just wanted a simple memory game for kids 4+ age. No ads, no complicated screens, but a straightforward nice looking, working and open source game.

Features

  • 3 Themes : Animals ๐Ÿˆ Monsters ๐Ÿ™ & Emojis ๐Ÿ˜„
  • 6 types of difficulties ๐ŸŒŸ
  • Sounds on winning ๐ŸŽต

If you have more ideas or you want to add more options / themes / sounds or whatever, fill free to update the source for yourself or open a pull request. โœจ

Download It

Android app on Google Play

Next

  • 2 player game
  • Add one more theme
  • Add more sounds
  • Add Game Services support

License

memory-game's People

Contributors

dimitrees avatar soboapps avatar sromku avatar thiagogcm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

memory-game's Issues

Three or More Cards Can Be Displayed at a Time

Expected Behavior

A maximum of 2 cards can be displayed at a time.

Actual Behavior

More than 2 cards at a time can be displayed on screen.

How to Reproduce

  1. Launch Memory Game 1.0.06 on Android 8.1.0
  2. Tap Play
  3. Tap Monsters
  4. Tap Easy
  5. Tap each card on the top row quickly and one at a time from left to right
  6. Repeat Step 5 several times

Device: Pixel 2 XL
OS: Android 8.1.0
App Version: 1.0.06

Recording of the Bug

MoreThanTwo.gif



Posted on Utopian.io - Rewarding Open Source Contributors

App Auto-Closing when device is locked.

Hello, don't know if this project is still being maintained, however I noticed an issue in my own fork of the project, but when I tested it on the app which is available in Google Play it still appeared.

After you've selected the "Play" button in the first activity, and chosen a theme, whenever you lock your device manually, the app stops and closes, and when you unlock the device again, you have to restart the app. Should this be happening?

I am also interested in trying to fixing this myself, if one of the creators points me to the right direction.

Thank you.

2 player Game

I'm here to help open issue if I would like me to do anything.

Background Music and Click Sound

Hi firstly I'm grateful to you secondly I want to add Background music and Click sound but I could not this.Could you help for solutions?

Thx

The icon does not flip back

Describe the bug

The icon does not flip back.

Context

Device: Nexus 5
OS Version: Android 9.0.0
App version: 1.0.06

How to reproduce

1.Lauch memory_game
2.Select theme and difficulty
3.Click two different icons to flip
4.Click one of these two icons several times quickly when they flip back
5.Click another icon, then the icon you clicked before will not flip back

Expected behavior

Actual behavior

Feature suggestion : Best Time for stage

Hello!

Great job with the game, looks nice and simple. I have on suggestion to make, regarding the difficulty selection screen. How would you like it that the best time for each difficulty and stage would appear under the stars label? Stars don't make it completely understandable how well someone has performed in each stage. However time does. So this is my suggestion on how it would look.

image

Keep in mind that this is just a quick edit to demonstrate my idea and it is not the final view of the screen. Let me know what you think.

Thank you,
Dimitris

Manual

It would be very helpful if we have a manual with instructions about how to compile and run the project.

hello

when you will upload the update

because i have problem with background music

big thanks for you ๐Ÿ‘

java.lang.NullPointerException

Exception java.lang.RuntimeException: Unable to start activity ComponentInfo{com.memorygame/com.memorygame.MainActivity}: java.lang.NullPointerException: Attempt to read from field 'com.memorygame.model.BoardConfiguration com.memorygame.model.Game.boardConfiguration' on a null object reference

android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2695)
android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2769)
android.app.ActivityThread.handleRelaunchActivity (ActivityThread.java:4378)
android.app.ActivityThread.access$1000 (ActivityThread.java:177)
android.app.ActivityThread$H.handleMessage (ActivityThread.java:1436)
android.os.Handler.dispatchMessage (Handler.java:102)
android.os.Looper.loop (Looper.java:135)
android.app.ActivityThread.main (ActivityThread.java:5910)
java.lang.reflect.Method.invoke (Method.java)
java.lang.reflect.Method.invoke (Method.java:372)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1405)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1200)
arrow_drop_down
Caused by java.lang.NullPointerException: Attempt to read from field 'com.memorygame.model.BoardConfiguration com.memorygame.model.Game.boardConfiguration' on a null object reference
com.memorygame.fragments.GameFragment.buildBoard (GameFragment.java:76)
com.memorygame.fragments.GameFragment.onCreateView (GameFragment.java:48)
android.support.v4.app.Fragment.performCreateView (Fragment.java:2354)
android.support.v4.app.FragmentManagerImpl.moveToState (FragmentManager.java:1419)
android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState (FragmentManager.java:1740)
android.support.v4.app.FragmentManagerImpl.moveToState (FragmentManager.java:1809)
android.support.v4.app.FragmentManagerImpl.dispatchStateChange (FragmentManager.java:3217)
android.support.v4.app.FragmentManagerImpl.dispatchActivityCreated (FragmentManager.java:3171)
android.support.v4.app.FragmentController.dispatchActivityCreated (FragmentController.java:192)
android.support.v4.app.FragmentActivity.onStart (FragmentActivity.java:560)
android.app.Instrumentation.callActivityOnStart (Instrumentation.java:1248)
android.app.Activity.performStart (Activity.java:6213)
android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2658)
android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2769)
android.app.ActivityThread.handleRelaunchActivity (ActivityThread.java:4378)
android.app.ActivityThread.access$1000 (ActivityThread.java:177)
android.app.ActivityThread$H.handleMessage (ActivityThread.java:1436)
android.os.Handler.dispatchMessage (Handler.java:102)
android.os.Looper.loop (Looper.java:135)
android.app.ActivityThread.main (ActivityThread.java:5910)
java.lang.reflect.Method.invoke (Method.java)
java.lang.reflect.Method.invoke (Method.java:372)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1405)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1200)

game stop when I click play

I run this game in genymotion, Samsung Galaxy S4 API 19. the game stop after I click play.

I will try to add screenshot later. or test in a real device

Update:

I tried with API 23 and it is working

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.