Recent content by riksweeney

  1. R

    [GAME][FREE][4.0.3+] Summation 2

    Summation 2 has been updated. You can now compare your scores with Facebook friends as well as numerous bug fixes.
  2. R

    [GAME][FREE][4.0.3+] Summation 2

    In Summation 2, you place the shapes on the bottom of the screen onto the board to fill in the rows and columns. When a row or column has been filled, it will be cleared and you will be given a score equivalent to the sum of the numbers in that row or column. Either play offline and try to beat...
  3. R

    [Free] [Game] Math Square

    Math Square is a small game that requires to fill in a 5 x 5 grid with the numbers 1 to 9, so that the summed totals match the values at the end of each row and column. There are 5 difficulty levels, which determine how many of the grid squares are pre-filled. There is also the option to change...
  4. R

    [game][free] Defeat the Demon Dwelling in the Darkest Depths

    A new version of the game is now available. The most notable feature is the ability to play multiple games at a time, so you're no longer limited to playing as a single character. The game should no longer report an Error Code -103 when installing on some devices.
  5. R

    [game][free] Defeat the Demon Dwelling in the Darkest Depths

    Re: [game][free] ddddd The game's actual name is Defeat the Demon Dwelling in the Darkest Depths, but that's quite a mouthful, so I use DDDDD for short. The name is also too long for the Play Store unfortunately. I'll update the thread title though (if I can).
  6. R

    [game][free] Defeat the Demon Dwelling in the Darkest Depths

    Re: [game][free] ddddd Hi, yes I wrote the code myself. I'm a professional Java developer and have written games in C in the past, so I had a rough idea of how to approach this. That said, I started writing it on and off about 2 years ago!
  7. R

    [game][free] Defeat the Demon Dwelling in the Darkest Depths

    DDDDD is a rogue-like game. Choose between a warrior, adventurer or magic user and explore the randomly generated dungeons, slaying monsters and collecting better equipment. Any items you don't want can either be sold to the town shops or to other players. There is no perma-death in the game...
  8. R

    [FREE][GAME] Summation

    Summation 1.01 has been released. This version fixes a crash when playing random levels featuring target number shuffling tiles.
  9. R

    How does mobile phones memory work?

    Phones store data in the same way as computers do. When you take a photo or install an app, the phone will look for an unused area in the file system and place the data there. When a photo, app, music or other data is removed from your phone, the file system will return to the area that the...
  10. R

    True or False? (Forum Game)

    True! The next poster is over 6ft tall.
  11. R

    [FREE][GAME] Summation

    Summation is a match 3 game, but with a twist. You must match tiles in order to reach a target number. To aid you in this task, you can use mathematical operators to affect how your matched tiles will behave, so you can add, subtract, multiply and divide your way to victory. On some stages, you...
  12. R

    Battery problems

    Is it a Samsung battery or a 3rd party one? The fact that it's running hot and you're barely doing anything is a bit of a concern. I'd suggest returning it to the retailer and getting a replacement. Have you tried reducing the brightness of the screen or changed it to auto brightness?
  13. R

    whats app

    Do you have any unread messages? Sometimes I'll get a notification, and since the message is something like "Yes" or "See you later" , I don't actually bother opening Whats App, because I've already seen the contents. I dismiss the notification, but then about 10 minutes later, I'll get another...
  14. R

    APK security

    Well, sort of. What proguard does is takes code such as package com.mygamecompany.mygame.enemy; class Enemy { private int health; private float x; private float y; public void fireAtPlayer()... } and turns it into something like package a.b.c.d; class A { private int a...
  15. R

    Broken samsung s3 - need photos off phone

    The first thing I'd try is connecting the phone to your computer via the USB cable. It might register itself as a mass storage device and then, in Windows Explorer, you'll be able to navigate to it and copy the photos to your PC. As for your memory card, you can get a micro SD adapter (if you...