Coder Social home page Coder Social logo

joaomanaia / newquiz Goto Github PK

View Code? Open in Web Editor NEW
128.0 3.0 18.0 100.84 MB

Jetpack compose quiz game using material 3 (you).

Home Page: http://bit.ly/newquizgame

License: Apache License 2.0

Kotlin 100.00%
android game jetpack-compose trivia trivia-game material-you quiz wordle

newquiz's Introduction

New Quiz

Version Android CI GitHub license Translation status

Available at amazon appstore

Do you like to challenge your knowledge? So NewQuiz is the ideal game for you.

NewQuiz purple light

New quiz is optimized to material you, the theme of new quiz will adapt to your background.

NewQuiz green night

Features

  • Maze: Game mode with all other NewQuiz game modes in one quiz.

  • Multi choice quiz

    • Logo quiz
    • Flag quiz
    • Solve the formula equation
    • Number trivia
  • Wordle

    • Guess the text word
    • Guess the number
    • Guess the math formula
    • Number trivia
  • Comparison Quiz

    • Compare the country population

Build With

  • MVVM is an architectural pattern in computer software that facilitates the separation of the development of the graphical user interface

  • Jetpack Compose: Jetpack Compose is Android’s modern toolkit for building native UI.

  • Material 3: Design and build beautiful, usable products with Material3.

  • Kotlin: A modern programming language that makes developers happier.

  • Kotlin Coroutines: Asynchronous or non-blocking programming

  • Dagger Hilt: A fast dependency injector for Java and Android.

  • Ktor: For asynchronous HTTP client requests.

  • Lottie Android: Lottie is a library that parses Adobe After Effects animations exported as json.

  • Compose destinations: Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.

Question Data Source

Translation

Hello and thank you for your interest — NewQuiz is being translated using Weblate, a web tool designed to ease translating for both developers and translators.

Translation status

Run the project locally

Requirements

  • Android Studio Hedgehog 2023.1.1 Canary 16 or later. Or use an other version of Android Studio but you need to change the gradle version to be compatible with your version of Android Studio.

  • Java 17 or later.

Build and Run

  1. First clone the repository
git clone https://github.com/joaomanaia/newquiz.git
  1. Open the project in Android Studio.

  2. Add firebase to the project

    1. Go to Firebase and create a new project.
    2. Add an android app to the project.
    3. Download the google-services.json file.
    4. Copy the file to the app folder.
  3. Click the run button.

Warning: FOSS Builds still contains proprietary code, such as Firebase, Crashlytics, and Google Play Services. In the future all proprietary code will be removed from the FOSS Builds.

Warning: To run the project locally you need to add firebase to the project, otherwise the you cannot build and run the project.

newquiz's People

Contributors

comradekingu avatar github-actions[bot] avatar joaomanaia avatar weblate 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

newquiz's Issues

Maze game mode

Add maze game mode

Adds multiple game modes to one maze, the questions will be random and can be used a seed to share the maze.

Testing in math quiz (wordle)

Ways to generate maze

  • Random maze
  • Random maze with seed

Modes added

  • Math quiz #13
  • Multi choice question (only random maze)
  • Flag quiz
  • Logo quiz
  • Wordle
  • Guess the formula
  • Guess the number
  • Guess the math solution

Multi choice quiz translation

Add multi choice quiz translation

  • Create translation dynamic module
  • Add translation options to settings
  • Implement translation into quiz

Question displays until time runs out

In logoquiz when user select one answer, there is no confirm option and app can't recognize that user have given the answer, we have to wait until timer runs out for that qustion and only after that next question comes.

Maybe stops the timer for that question, when user has given the answer so that we won't have to wait for 25 sec. for next question

Distribute using F-Droid

It would be great if this app could be published on F-Droid, allowing new and privacy conscious users to use this app. However, the app currently uses proprietary dependencies, such as Firebase, which prevent it from being included in F-Droid. Could these be made optional and removed for an F-Droid release?

Make country categories offline

Currently all country categories from multi choice quiz and comparison quiz require internet connection, to the end user it is better to have more categories not depending on the internet connection.

Tasks done:

  • Update the local countries json file with the remaining data
  • Save all the countries flags locally
  • Make an option in the remove config to change from local flags to the remote flags. (local default)

Comparison quiz

  • Create a new repository to load the country questions from the local device and not from the NewQuiz api

Wordle Quiz

Wordle quiz

Wordle Global

  • Add basic functionality

  • Add button to add new row by watching a ad or using diamonds.

  • Color blind mode

  • Hard mode

Any revealed hints must be used in subsequent guesses

  • Add dialog information about colors

High contrast colors

  • Letter hints

Hint above the letter that it appears twice or more in the hidden word

Wordle Infinite

  • Add translation
  • Wordle row limit

Wordle daily

  • Add option to clean calendary

Daily challenge mode

Daily challenge mode where players can attempt to complete all the tasks each day. By completing takes you can win diamonds

Example of tasks:

For multi choice quiz

  • Play 1 random quiz
  • End 2 quiz
  • Play 10 questions
  • Get 5 answers correct
  • Play 5 questions with logo category
  • Play 5 questions with easy difficulty

Wordle

  • Play a random word
  • Play a number word
  • Play and get correct word

Comparison Quiz

  • Play country population category
  • Get 5 answers correct

Level System

Hi,

Firstly, I am very impressed by your quiz app. Keep up the good work!

I tried the new level system and realized that there might be an issue with the level progress. In the attached screenshots user is at 390 xp at level 1 and needs 10 more xp for level two. However, when user reaches 400 xp the level progress for level is almost half way when it should be zero.

level_issue_image_one

level_issue_image_two

Add wordle screen title

Adds wordle screen title corresponding to the quiz playing, like "Wordle", "Guess the number"

Offline mode

Some contents need an internet connection.

Screenshot_2023-03-14-02-06-11-659_com.infinitepower.newquiz.jpg

I want to use this app offline mode.

Math quiz

Math quiz

  • Guess number (wordle)
  • Guess math formula (wordle)
  • Maze
  • Guess math solution (multi choice)

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.