Questions tagged [social-gaming]

25 questions
0
votes
1 answer

How can i respawn falling platform

After a couple of tries platform doesn't to its original position, but then it gets deleted and I don't know how to fix it. public class FallingPlatform : MonoBehaviour { private Rigidbody2D rb; // Use this for initialization private…
0
votes
1 answer

Handling logins and invites for a social Android game

I'm writing a social game for mobile devices. The overall interaction would work like an online Risk or Scrabble game (invite friends to a game, take a few turns per day, view results of friends' games). I'm trying to decide how to handle logins,…
Kannan Goundan
  • 4,962
  • 3
  • 24
  • 31
0
votes
1 answer

How do I make it so cells in excel randomize a range of numbers when I select a drop down item in another cell?

I'm looking to make an easy excel sheet for beginners of a board game my friends and I are into. I'm trying to make it so that once they select a drop down menu it will correspond to randomizing a range of whole numbers in certain cells. I tried…
Bryan Cruz
  • 11
  • 4
0
votes
1 answer

Java Formatter issue

java.util.MissingFormatArgumentException: Format specifier 's' at java.util.Formatter.format(Formatter.java:2487) ~[na:1.7.0_80] at java.util.Formatter.format(Formatter.java:2423) ~[na:1.7.0_80] at…
Quuwie
  • 21
  • 4
0
votes
0 answers

Events with ruby on rails

I have a rails application with devise users. I'm trying to run the gamification gem gioco. In my console I can create events for the users with: User.first.track_event('Published a post') and this let me create points in the user…
0
votes
1 answer

Resources related to data-mining and gaming on social networks

I'm interested in the problem of patterning mining among players of social networking games. For example detecting cheaters of a game, given a company's user database. So far I have been following the usual recipe for a data mining…
D.C.
  • 15,340
  • 19
  • 71
  • 102
0
votes
1 answer

Resume Mobage Login Screen in android

I am using Mobage Gaming API. And I want to resume to my Mobage Login screen. I am using following code: @Override public void onResume() { super.onResume(); if (Mobage.isInitialized()) { …
-1
votes
1 answer

Python coding for online Game - Pizzeria chose story Game.

I am stayed in getting the right coding. If you happen to run this code, please correct what you see fit. I have searched and there continues to be bugs here and there. Here is the game coding. There may be some issues in the definition terms…
-2
votes
1 answer

Random Number Generator as Dice

Ok I have a question about the Random Number Generator. However, let me explain I know how it works. So there is going to be minimal code. My question is what I call a floating index. This would be used as dice style generator. So I will explain the…
Camp Nerd
  • 327
  • 1
  • 11
-3
votes
1 answer

How to implement a link that can get bonus for 5 times by different people on a Social Network?

Some social games on Facebook let user publish a link to their feed to say, "Click here to get bonus gold coins -- limited to the first 5 people". How can we generate such a link? The link shouldn't be easily "generated" by any people as a cheating…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
1
2