# Sending results to database to generate feedback on gameplay

**URL:** https://forum.kirupa.com/t/sending-results-to-database-to-generate-feedback-on-gameplay/232628
**Category:** programming
**Created:** [July 16, 2007, 3:39pm UTC](https://forum.kirupa.com/t/sending-results-to-database-to-generate-feedback-on-gameplay/232628 "2007-07-16T15:39:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![shurleyn0va](https://avatars.discourse-cdn.com/v4/letter/s/e5b9ba/32.png) [@shurleyn0va](https://forum.kirupa.com/u/shurleyn0va)
#### Post date: [July 16, 2007, 3:39pm UTC](https://forum.kirupa.com/t/sending-results-to-database-to-generate-feedback-on-gameplay/232628/1 "2007-07-16T15:39:27Z")

</div>

I am trying to get this to work.

I have a very simple game where the user has to press the spacebar when they see an object appear onscreen. I want to be able to track how long from the time the object appeared to when they press the spacebar it took them to respond and I want to also track the x,y coordinates of the object that appeared.

When the game is over I want to be able to create a chart that shows them which objects they missed based on the x,y coordinates.

Anyone have any ideas?
