Contractor to build sophisticated reporting system for GS game

jorkosjorkos Member, PRO Posts: 353
Hey guys,

I've read the comments below and better understand how this works now but i'm still looking for contract help (this is probably a small job - ie. 5 hours).

I'm building a game that requires a sophisticated player tracking system. I want to offer the ability to "create new player" (where the user types in a name) and then for each new player, track a number of metrics. Further, I want to track each individual game session (and all metrics) - with the date. I have a working prototype of the game and will work with the contractor to implement this system.

If you have experience doing this kind of thing and are interested in a contracting position, please contact me directly. Please include links to past projects, your hourly rate, and a few references. I look forward to hearing from you, thanks. I have worked with contractors in the past and always pay promptly and communicate clearly.

Jordy

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    this is actually pretty easy, you can probably figure it out yourself in a few hours. In GS there is a function called Add/Remove row. So you setup your column as all the information you want to track. Make sure it's everything as if you change it after an update it will not save existing data.

    so col 1 is name
    col2 is age
    col3 is current level
    col4 is etc...

    whatever you want to track.

    each Row becomes the player. when the player creates a new user, it prompts for the name and then add's that player to the list.
  • SnapFireStudiosSnapFireStudios Member Posts: 1,603
    I'm not sure about your prior experience, but you may want to just save some money and do it yourself. It is actually very easy to do, just using tables, and only requires some basic skills. :)
    - Thomas
  • jorkosjorkos Member, PRO Posts: 353
    ok thanks guys
Sign In or Register to comment.