Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIGame - Get current and former position of the hands on a text entity #15

Closed
8 tasks done
GameModes opened this issue Oct 14, 2021 · 0 comments
Closed
8 tasks done
Assignees
Labels

Comments

@GameModes
Copy link
Collaborator

GameModes commented Oct 14, 2021

Priority: [1]
Estimated Work Time (Hours): [6]

Description:
Our AI needs to be able to dodge punches. To do so it needs to know the trajectory and for that to be calculated we need the positions of both hands. To eventually predict the movement of the player's hands we need to save the position every so often. We put the timer on 0.5 seconds but this can be changed to improve the result. To make sure that the positions of the hands are correct and the data retrieval works, we want to put the positions on a text entity.

Missions:

  • String/txt entity on screen
  • Let the entity change live with a for loop (through a word)
  • Get the current position of the right hand
  • Get the current position of the left hand
  • Let the positions change live by movement
  • Save the positions of 0.5 seconds ago
  • Place the current and former (0.5 second ago) position on a text entity

DOD:

  • Have a board with a live changing position and former position entities of the right hand
@GameModes GameModes created this issue from a note in SprintBoard (To do) Oct 14, 2021
@GameModes GameModes added the Learning Story Dit is een learning story label Oct 14, 2021
@GameModes GameModes added this to the MVP-AI-Boksspel milestone Oct 14, 2021
@GameModes GameModes removed this from To do in SprintBoard Oct 28, 2021
@GameModes GameModes removed the Learning Story Dit is een learning story label Oct 28, 2021
@GameModes GameModes changed the title AISpel - Python convert to Java-script AISpel - *Empty* Oct 28, 2021
@GameModes GameModes changed the title AISpel - *Empty* AIGame - *Empty* Oct 28, 2021
@GameModes GameModes changed the title AIGame - *Empty* AIGame - Get current and text Trajectory of the right hand on scoreboard Oct 29, 2021
@GameModes GameModes changed the title AIGame - Get current and text Trajectory of the right hand on scoreboard AIGame - Get current and former position of the right hand on scoreboard Oct 29, 2021
@GameModes GameModes added Sprint #2 User Story Dit is een user story labels Oct 29, 2021
@FlorisVideler FlorisVideler added this to To do in SprintBoard via automation Oct 29, 2021
@FlorisVideler FlorisVideler moved this from To do to In progress in SprintBoard Oct 29, 2021
GameModes pushed a commit that referenced this issue Oct 31, 2021
@AHipWhale AHipWhale changed the title AIGame - Get current and former position of the right hand on scoreboard AIGame - Get current and former position of the hands on a text entity Oct 31, 2021
@AHipWhale AHipWhale moved this from In progress to Done in SprintBoard Nov 2, 2021
@DaanWesterhof DaanWesterhof removed this from Done in SprintBoard Nov 12, 2021
@DaanWesterhof DaanWesterhof added this to Backlog in Product Backlog via automation Nov 12, 2021
@DaanWesterhof DaanWesterhof moved this from Backlog to Done in Product Backlog Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants