Wordics - HTML5 game. Construct 3 (.c3p) + mobile control icon

Wordics - HTML5 game. Construct 3 (.c3p) + mobile control

Hot or Not
Wordics - HTML5 game. Construct 3 (.c3p) + mobile control

Description

COLLECTIONS

Updates (08.05.2022):
- New design
- Construdct 2 replaced to Construct 3

ABOUT PROJECT

Interesting game with words. The game has 25 demo levels. Each level contains 20 words. You can easily add 100 and 200+ levels

There are detailed documentation on adding new levels and words. In addition, the levels are mixed each time and create a new sequence that does not repeat. If you create 500 levels, then the player will very rarely hit the same level after entering the game.

All graphic materials are present. You can change them for your materials at any time!

The game is mobile adapted. At any time you can compile the game for android or IOS (instructions are attached), or just play in the mobile browser

All words are stored in the XML file

HOW TO PLAY

The first thing you’ll see are empty blocks for letters. Click on the letter and it will appear in the blue blocks.

Press the ENTER button if you want to check the word. If there is no such word, then the letters will return to the old places, and then they will be mixed. If there is such a word, then it will open in yellow blocks

Press CLEAR if you are not sure of the word. The letters return to their places and are mixed

Click TWIST. The letters will be randomly mixed

Once you guess all 20 level words, then you will be asked to go to the next level and guess the words there!

ADDITIONAL FEATURES

It is possible to embed a banner or interstitial ad. Write to me on the mail, if you are interested in this

Features

  • The game works on all popular browsers
  • Very easy customization, reskin
  • Including Constuct 3 file (.c3p– all source)
  • Easy to use
  • Nice graphics
  • You can embed the game on the frames HTML5
  • The ability to change the location of the on-screen buttons and their size
  • HD: 1280×720
  • Social sharings
  • Controls: mouse and touch
  • You can remove “more games”
  • You can insert your links
  • Mobile control

File includes

  • Images
  • Project file Construct 3
  • HTML5
  • Sharings documentation
  • logo 16-550px
  • Sounds
  • Levels settings tutorial
  • Quick start DOCUMENTATION

Do you have ideas for games? You found bugs? Send me an email in my account profile

BEST GAMES:

OTHER GAMES

Logos:

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.

Fives | Android Universal Word Game Template icon

Fives | Android Universal Word Game Template

Hot or Not
Fives | Android Universal Word Game Template

Description

19 Feb 2022
• Migrated to AndroidX
• Updated all libraries
• Updated gradle
• Fixed gradle issue for newer version of android studio
• Added support for android 12
• Firebase Push Notification implemented
• Added notification channel to support api 26+ devices
• Google-services json added
• Apk updated
22 June 2020
•    Full app changelogs.
•    Gradle updated.
•    sdk updated to 28.
•    Full app files updated to AndroidX.
•    Documentation updated.
29 July 2019
•    Improved the layout alignments of Home screen design 
•    Update Play screen design for better user experience 
•    Improved Game Over screen design 
16 April 2018
• Updated to Android Studio 3.1.1
• Removed all dependencies of play-services | left only this one in build.gradle:
     implementation 'com.google.android.gms:play-services:+'
11 April 2018
• Updated to Android Studio 3.1
• Updated 'compileSdkVersion' and  'targetSdkVersion' to 27 in build.gradle
• Replaced 'compile' with 'implementation' in build.gradle (Module: app)
• Updated classpath 'com.android.tools.build:gradle:3.1.1' in build.gradle (Project:)

Fives is a 5-letter word game where you have rush and make as many words as you can within the game timer. Every time you match a word the timer decreases its time. It has the possibility to add multiple languages, the User Guide explains how to localize the game and set up lists of words for different languages. The device will detect its current language and show the words accordingly. Words are stored in strings.xml files based on selected language.

Fives is a native Android Studio project, Universal, easy to customize.

What about free support for this template?

I can offer free support for bugs encountered in the original code. Instead, if you’ve edited the code and messed something up with it, I may apply some fee to fix it either via TeamViewer or by checking your app project files directly on my computer.

How do I rename the app’s package name?

Read this tutorial to learn how to rename a package name:

Should I use the latest version of Android Studio to edit this template?

Yes, I always update my apps to the latest version of the IDE and you also should make sure you’ve updated the Android Tools to their latest version of the Android SDK manager.

The demo APK crashes on startup

Make sure that the minimum Android version of your device is the one listed in the FEATURES section below. If the problem persists, please contact me by my profile’s contact form and send me the Logcat message of you get when the app crashes along with the steps you made to reproduce the crash. Please note that not all real devices print an error Logcat message, in this case just run the APK into the Android Studio’s emulator and you’ll surely get the red messages about your issue.

How do I remove AdMob banner ads?

  1. Enter the .xml files where there’s an AdView and remove its code:
        <com.google.android.gms.ads.AdView
            android:id="@+id/admobBanner" 
            android:layout_width="wrap_content" 
            android:layout_height="wrap_content" 
            ads:adSize="BANNER" 
            ads:adUnitId="@string/ADMOB_BANNER_UNIT_ID" 
            android:layout_alignParentBottom="true" 
            android:layout_centerHorizontal="true">
        </com.google.android.gms.ads.AdView>
    
  2. Enter the .java files where there’s an AdRequest instance into its onCreate() method and remove its code:
            // Init AdMob banner
            AdView mAdView = (AdView) findViewById(R.id.admobBanner);
            AdRequest adRequest = new AdRequest.Builder().build();
            mAdView.loadAd(adRequest);
    
  3. Lastly, remove the play-services-ads reference in the build.gradle file:
        compile 'com.google.android.gms:play-services-ads:+'
    

  • Android Studio 4.x – Universal – Android 10+
  • AdMob banners
  • Multi-language
  • Share best scores on social apps installed on your device
  • Easily create your own 5-letter words list
  • PDF User Guide included
  • PSD graphics included
  • Easy to customize, well commented code

  • Apple Mac or Windows PC with their latest OS version installed
  • The latest version of Android Studio and some knowledge about its UI interface
  • Photoshop or any other image editor software
  • A valid Google Developer account to submit apps to the Play Store

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.