Questions tagged [appwarp]

AppWarp is a platform for developing multiplayer games across multiple systems

AppWarp is a platform for developing multiplayer real-time games and applications. It provides cross-platform APIs for developers that enable them to add real-time communication to their games without doing any server-side or socket coding.

Features

Rooms and Lobbies are where all the game play and interactions between players happen. AppWarp SDKs provides APIs to join/leave, send updates and chats in a room to facilitate this communication.

Matchmaking APIs allow developers to support quick play modes and reduce the amount of time spent scanning for the desired game rooms.

Persistent properties and arbitration APIs allow developers to associate data with rooms in the form of key value pairs which persists throughout the lifetime of the room. It also allows developers to resolve complex synchronization and arbitration problems through lock/unlock property APIs.

Geolocation choice gives developers the option to pick the location (from across the globe) where their AppWarp backend will be deployed so that the end users get minimum latency when connecting.

Connection Resiliency APIs allow mobile games to restore their game state and continue from where they were during intermittent connectivity issues common on mobile devices.

A development Center makes guides and tutorials available to developers.

40 questions
0
votes
1 answer

Appwarp create multiplayer screen

I am new in Appwarp and also in multiplayer gaming. Superjumper is a great tutorial and its methodology seems incredible, but I do not know, how to build MultiplayerGameScreen.java from my own single player game. Can you please give me maybe a…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
1 answer

Appwarp cannot create room

I've created a small singleplayer game which I'm now trying to adapt to multiplayer. It's turned based so I'm using Appwarp. I have this code but I get 'Null pointer exception' for this line: SC_AppWarpKit.CreateTurnBaseRoom("BattleShips", userName,…
David Faizulaev
  • 4,651
  • 21
  • 74
  • 124
0
votes
1 answer

AppWarp multiplayer tutorial for libGDX

I'm looking for some up to date tutorial for AppWarp libGDX integration. I think, this is a bit deprecated: http://appwarp.shephertz.com/game-development-center/java-multiplayer-libgdx-tutorial I know the basic concepts, that I need AppWarp client…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
1 answer

AppWarp Implementation

I am trying to implement AppWarp into a game I am making. I followed a tutorial exactly as it was written but I am getting about a dozen errors at "NetworkPeer implements". Some of the errors are: Error: Interface method onConnectDone in namespace…
0
votes
1 answer

App42 create user in unity

I'm totally new in this, anyway I have downloaded the sample file for unity and I have passed the API key and secret key in constant file. when I run the file in the unity editor I got many buttons, I tried to click (create user) but I got this…
0
votes
1 answer

AppWarp multiplayer with one host

I had a question with using AppWarp that I was hoping someone could help me with. Is it possible to have one host of a game that both users in a AppWarp room can view and send messages too in realtime? Rather then having each user have their own…
ctapp1
  • 556
  • 1
  • 5
  • 19
0
votes
1 answer

Need Help in Multiplayer Game Libgdx Android

I'm currently developing a card game for Android. I've completed single player game. I'm having trouble in multiplayer side. For multiplayer, I'm using Appwrap. I'm new to libgdx and appwrap. Multiplayer gameplay can be done with appwrap. What i…
Cooled Knight
  • 31
  • 1
  • 3
0
votes
2 answers

AppWarp RoomID in Unity SDK

I'm creating app in Unity and faced with problem in room id. I create an "AppWarp Realtime Multiplayer Backend" app in App42 Cloud API but i do not see Roomid varible but it is in Unity. What i'm doing wrong? APP WARP OUTPUT IMAGE UNITY EDITOR…
0
votes
1 answer

Can't register account into WarpClient's API UserService - Android Libgdx

I have been developing a 2D game in Java using Android, Libgdx, Tiled Maps and App42API's backend API's. I am currently trying to implement some 'multiplayer' functionality, so I have decided to add a user registration/login. After pressing the…
devon t
  • 55
  • 2
  • 8
0
votes
2 answers

Connecting to App42API's backend User API - Libgdx & Android

I am currently developing a 2d side scroller for android and desktop, using android, libgdx, tiled maps and AppWarp's multiplayer API's. I am trying to implement App42API's User system, from which I can connect their api's to my game, enabling…
devon t
  • 55
  • 2
  • 8
0
votes
0 answers

appwarp chatroom not showing

I am using AppWard to adding a chat feature in my android app and i create the app and add a chat room at https://apphq.shephertz.com/service/deployApp?appwarp=true i also changed the apikey and secretkey at constants.java but my app did't shows the…
Vamsi Smart
  • 928
  • 9
  • 16
0
votes
1 answer

Multiplayer Mobile Game on Azure

I want to make a multiplayer game on Windows Phone 8/8.1. I want to create dynamic game rooms and allow users to join and play my game online. I've tried AppWarp, but windows phone silverlight wont reference the dll file. Any idea how can i make my…
0
votes
1 answer

Appwarp maven plugin

What is the maven plugin for App Warp, Actually I tried some old dependencies, com.shephertz.app42.gaming multiplayer-client 1.5.2 But It didn't work Can…
0
votes
1 answer

Appwarp Android Programming get Property from Room List Activity

I'm new in Multiplayer programming. How to set String into hashmap value ? I want to call hashmap properties from RoomListActivity and set it's value on QuizMaintain activity and also I want to set hashmap value from QuizMaintain class to textview.…
0
votes
1 answer

AppWarpS2 WP8 Quiz Tutorial demo connection fail

Hi I have several WP8 apps that I want to add turn based functionality as a quiz like app similar to QuizUp using AppWarps2. As a first step I sucessfully installed and setup the chat server app from the tutorial…
TripVoltage
  • 341
  • 4
  • 16