From 23fb84b82b869166cad983fd2fc597388b9b6fbb Mon Sep 17 00:00:00 2001 From: Sergey Zubarev Date: Sat, 4 Mar 2017 13:14:20 +0300 Subject: [PATCH 1/2] ShellsMP app import. --- metadata/org.jsl.shmp.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 metadata/org.jsl.shmp.txt diff --git a/metadata/org.jsl.shmp.txt b/metadata/org.jsl.shmp.txt new file mode 100644 index 0000000000..e5525eab7d --- /dev/null +++ b/metadata/org.jsl.shmp.txt @@ -0,0 +1,39 @@ +Categories:Games,Connectivity +License:AGPL-3.0 +Web Site: +Source Code:https://github.com/js-labs/ShellsMP +Issue Tracker:https://github.com/js-labs/ShellsMP/issues +Changelog:https://github.com/js-labs/ShellsMP/blob/HEAD/CHANGELOG.md + +Auto Name:ShellsMP +Summary:Play shells game with your friends +Description: +This program gives an opportunity to play a Shells game with your friends. +Only multiplayer mode is supported, so you will need 2 devices: +one for thimblerigger and another one for the victim. +Devices should be connected to the same WiFi network segment. + +If you are thimblerigger - start the game, wait for the victim, +put ball and few cups then move cups. + +If you are victim - connect the game, watch and guess. + +Source code gives an example how following techonologies can be used: +* Android NSD for device discovery +* OpenGL text rendering +* OpenGL ball rendering +* OpenGL shadows rendering +* JS-Collider: Java network framework [https://github.com/js-labs/js-collider JS-Collider] +. + +Repo Type:git +Repo:https://github.com/js-labs/ShellsMP.git + +Build:1.0,1 + commit=a744db06b1ffbaedf40292714bb85c6caabc9a01 + gradle=yes + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:1 From bcf5d8605df71c74cac7e95ab68c097ff47c29f6 Mon Sep 17 00:00:00 2001 From: Sergey Zubarev Date: Sat, 4 Mar 2017 13:21:01 +0300 Subject: [PATCH 2/2] Lint warnings fixed. --- metadata/org.jsl.shmp.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/metadata/org.jsl.shmp.txt b/metadata/org.jsl.shmp.txt index e5525eab7d..24589ab08a 100644 --- a/metadata/org.jsl.shmp.txt +++ b/metadata/org.jsl.shmp.txt @@ -8,17 +8,18 @@ Changelog:https://github.com/js-labs/ShellsMP/blob/HEAD/CHANGELOG.md Auto Name:ShellsMP Summary:Play shells game with your friends Description: -This program gives an opportunity to play a Shells game with your friends. -Only multiplayer mode is supported, so you will need 2 devices: -one for thimblerigger and another one for the victim. -Devices should be connected to the same WiFi network segment. +This program gives an opportunity to play a Shells game with your friends. Only +multiplayer mode is supported, so you will need 2 devices: one for thimblerigger +and another one for the victim. Devices should be connected to the same WiFi +network segment. -If you are thimblerigger - start the game, wait for the victim, -put ball and few cups then move cups. +If you are thimblerigger - start the game, wait for the victim, put ball and few +cups then move cups. If you are victim - connect the game, watch and guess. Source code gives an example how following techonologies can be used: + * Android NSD for device discovery * OpenGL text rendering * OpenGL ball rendering