Questions tagged [social-gaming]

25 questions
2
votes
2 answers

ActionScript 3 framework / engine for building social game like FarmVille

The current architecture of the game is: PHP + MySql backend, Flash and ActionScript 3 frontend. Major criteria for engine/framework selection are: Support for isometric view. Resuability : The current game development should easy the work for…
DhruvPathak
  • 42,059
  • 16
  • 116
  • 175
2
votes
0 answers

MySQL query for retrieving MAU (Monthly Active Users) from a log table

Here I propose a method for retrieving MAU by day and platform from a log table. It's done by using a temporary table inside a procedure. Anyone know of a fastest way of querying this ? /* CREATE LOG TABLE EXAMPLE */ CREATE TABLE TEST_LOG ( …
Teixi
  • 1,077
  • 8
  • 21
2
votes
1 answer

What is the advantage of using OpenFeint or Game Center?

my company is developing an iOS and Android platform game which needs to track high scores and achievements. We use Unity 3D. Is there a special advantage to using OpenFeint or Game Center for scoreboards, other than that they strip away the need…
pvukovic
  • 239
  • 1
  • 9
1
vote
1 answer

How do I turn off an autohotkey script when I press enter to chat in games?

I've written an autohotkey for Path of Exile (a game I'm playing) to press 5 buttons at once when I press single key (my spacebar). Currently, when I press the space bar, autohotkey also presses q, e, w, Space, and Z. (all 5) However, when I'm…
Alan Nelson
  • 1,129
  • 2
  • 11
  • 27
1
vote
1 answer

Streamline Facebook and Google Play Game Services integration in Android Game

This has been confusing me a lot . I am creating a simple 2D platformer which I wish to make social. So I thought of letting users do the following: Share their in game objective completion/ their high score etc with their friends. Challenge their…
Rahul Verma
  • 2,140
  • 3
  • 21
  • 31
1
vote
1 answer

Efficient video game server data storage?

I'm currently developing a multiplayer iOS video game where I want the players data to be stored in the cloud. In the game the player creates an area by placing items, planting trees etc which other players can then visit and walk around in…
IApp
  • 667
  • 1
  • 6
  • 18
1
vote
0 answers

How can I add a Foursquare-like Badge / Achievement Tab on FB Users' profiles

I have already created a Game app in Facebook, and have posted achievements. So far so good... The problem is that I now want to add a tab or block within users' profiles, similar to how Foursquare does it (see attached image), but can't find…
1
vote
1 answer

AndEngine gles2 Proper Documentation

Where can I get proper documentation of Andengine GLES2, I am making a social game and need to send a lot request to server in background AsynTask doesn't seem to work. Also I am having issues in switching layout within a class between scenes. I…
1
vote
1 answer

A good approch to writing a heavily concurrent application

I am designing a web application (a game) and plan to use C#/.Net for implementation. I have concerns about scalability and performance given what I want to achieve. Here goes the app. There is a virtual world consisting of many kingdoms. Wars take…
Redzon
  • 431
  • 8
  • 19
0
votes
0 answers

Where would one start learning how to make a moderator bot/banlist program for starcraft 2?

Tried searching in various ways, could only really find one old result that was even close to what I was looking for and there was no "next-step" for that question. What I am thinking of would be similar to the old WC3Banlist (which I also tried to…
0
votes
1 answer

moving a crosshair in Games

im trying to make an aim bot for personal fun use against friends not to ruin others experience and to see if I can make one I am relatively new to programming and cant get my cross hair to move. I have tried using pyautogui and pydirectinput and a…
is200
  • 1
  • 3
0
votes
0 answers

Looking for general feedback to improve (python) programming skills: script generates resource pulling list for an Ark Survival Evolved mod (S+)

I am somewhat new to programming. I did not go to school to learn about it, but do read a lot online to learn more about coding. In general, if I know a concept then I can usually figure it out with google. Obvious from the post, I like to play…
0
votes
0 answers

Phaser javascript white screen problem in game

When I am creating the game in the web system ....It works fine . But when I m testing it on android ...It loads first white screen the n game loader and then game lobby. But i want to remove this white screen problem before loader of game . So let…
0
votes
1 answer

Trying to fix a script for a game I play (Wizard101 Auto Farming)

I've been trying to tailor this code to work for my desktop so I can auto-farm some enemies in this game I play. Right now the code is stuck at a point where it scans the UI at a certain pixel for a certain shade of blue. if it's the correct shade,…
0
votes
0 answers

Automatically read video and trim

So I am a gamer who loves editing videos and creating montages. I play a game called Apex Legends, and find that when editing long videos (Up to 5 hours long) I follow the same procedure every time. I skip ahead in the video until I see when I get a…
1
2