Party icebreaker game based on the Google Nearby API

Overview

Friend Spell

Party icebreaker game based on the Google Nearby API

https://play.google.com/store/apps/details?id=com.sqisland.friendspell

Credentials

  1. Add your com.google.android.nearby.messages.API_KEY in AndroidManifest.xml: https://developers.google.com/nearby/messages/android/get-started
  2. Add your app/google-services.json file: https://developers.google.com/identity/sign-in/android/start-integrating

Technologies used in the project

You might also like...
Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.
Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.

cocos2d-x Win32 Others cocos2d-x is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications. It is

QRGame - storage a game inside a qr code
QRGame - storage a game inside a qr code

QRGame Can we storage a game inside a qr code? Yes! At least in theory. That was the question that started that entire project. QRGame is an Android p

Experimental multiplayer game
Experimental multiplayer game

Enjoy retro games? Enjoy multiplayer games? Ever wanted to play one retro game against a different game in real time?

In-game editor for item NBT

Building Gradle - Dependency Management The GradleWrapper in included in this project. On Windows: gradlew.bat clean build On MacOS/Linux: ./gradlew

Basic template to create a game using minigdx

MiniGDX Game Template Create your first game using miniGDX by clicking the "Use this Template" button above. The game will be configured for: the JVM

 Android Kotlin: Matching Kitties: A Game Inspired by Cats
Android Kotlin: Matching Kitties: A Game Inspired by Cats

Android Kotlin: Matching Kitties: A Game Inspired by Cats A kotlin based Android memory game Screenshots | | | | | | | | | Viewing the App You can clo

a bitcoin key collision game for android

BitteryApp BitteryApp is an opensource bitcoin key collision game for Android. How to Build BitteryApp source code build in chromium building environm

Flappy Bird game
Flappy Bird game

Flappy Bird by Compose 📜 Description Flappy Bird game built with Jetpack Compose. 💡 Motivation and Context All UI built with Jeptack Compose Images

The second iteration of the Xlite game.

Xlite 2.0 Xlite is a modular kotlin based RSPS. The goal of Xlite 2.0 is to provide the community with a stable and powerful sandbox to experiment wit

Comments
  • Project doesn't compile as is

    Project doesn't compile as is

    I've tried all possible different configurations and I still can't get it to work:

    I got following error:

    Error:Gradle: Execution failed for task ':app:processCannedDebugGoogleServices'.

    File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.

    I've tried to update: classpath 'com.android.tools.build:gradle:2.0.0-alpha9' // from alpha 3 classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath 'com.google.gms:google-services:2.0.0-alpha9' // from alpha 3

    but still got same error. SO tells that I need to try different version of gms, but in that way I got:

    Error:Gradle: Execution failed for task ':app:processCannedDebugGoogleServices'.

    Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 8.3.0.

    and setting services to 8.3.0 repeat error above. Very frustrating, please help. Thank you!

    opened by AlienAsRoger 2
  • migrated to Google Sign-In

    migrated to Google Sign-In

    • fixes issue #3
    • added play-services-auth
    • removed unused permissions
    • added espresso-intents
    • ignore cannedRelease build variant
    • updated gradle plugin, google services plugin, support libraries
    • misc code improvements
    opened by eduardb 2
  • Updated libraries and tools used in the project

    Updated libraries and tools used in the project

    Summarizing the updates:

    • Gradle to 2.8
    • android-apt plugin to 1.8
    • Dagger to 2.0.2
    • Google Play Services 8.1.0
    • Build-Tools to 23.0.2
    • Support Libs to 23.1.0
    • GSON to 2.4
    • Espresso to 2.2.1 and Runner/Rules to 0.4.1
    • Timber to 4.1.0
    • Cupboard to 2.1.4

    I also turned double quotes into single quotes where they're not necessary, and bumped minSdkVersion to 15 (in fact, API 14 is not even cited into the latest dashboards (https://developer.android.com/about/dashboards/index.html) of Android, so I believe that this will not be a problem)

    opened by rafaeltoledo 1
  • Adding Clarity

    Adding Clarity

    Added clarity to app/src/main/java/com/sqisland/friendspell/activity/SpellActivity.java by adding meaningful comments throughout the file.

    I believe this will greatly help you or future engineers to maintain/enhance the app.

    opened by PatrickDuncan 0
Owner
Chiu-Ki Chan
Chiu-Ki Chan
Our maze game is an 2d-animation game developed using android studio.

Our maze game is an 2d-animation game developed using android studio. The game consists of a ball and a board with a hole in the center of it. We are using accelerometer as controller to guide ball towards the hole. T

Suraj Devgan 6 Nov 29, 2022
Korjector is a KorGE game engine-based multiplatform client for Projector.

Korjector is a KorGE game engine-based multiplatform client for Projector. An internal JetBrains Hackathon 2021 project to demonstrate that a Projector client can be created in less than 48 hours for any OS that supports decent canvas 2D API.

Sergei Bulgakov 10 Nov 20, 2021
RemsEngine - OpenSource Kotlin/OpenGL/ECS based game engine

Game Engine: Rem's Engine Parallel to this video editor, I am developing my own

Antonio 7 Nov 3, 2022
A Ktor-based server that handles game process, user registration and packs provision

Polyhoot! Server backend A Ktor-based server that handles game process, user registration and packs provision Deploying server locally You can deploy

Polyhoot! 2 May 31, 2022
A console-based game that helps you learn new words.

learn-language-game ?? ?? ?? This is a simple console-based game which helps you learn new words each day. Prerequisites An API-KEY is required from R

null 2 Jul 21, 2022
An easy open source Android Native Game FrameWork.

JustWeEngine - Android Game FrameWork An easy open source Android Native Game FrameWork. Engine Flow Chart How To Use? Import Engine's module as Libra

JustWe 767 Dec 8, 2022
Desktop/Android/HTML5/iOS Java game development framework

Cross-platform Game Development Framework libGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux

libgdx 20.9k Jan 8, 2023
Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.

cocos2d-x Win32 Others cocos2d-x is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications. It is

cocos2d 16.7k Dec 31, 2022
Free Android 2D OpenGL Game Engine

AndEngine Donations While developing AndEngine was a lot of fun, it also also consumed many(!) months of my life. It actually continues to cost me a s

Nicolas Gramlich 3.2k Jan 5, 2023
A cross-platform Java game Engine (Framework) , support JavaFX / Android / IOS / HTML5 / Linux / MAC / Windows

Loon Game Engine (Java Game Framework) EN / KR Free Game Resources Links Download Loon Game Engine Only Android-studio Template : androidstudio-templa

cping 502 Jan 4, 2023