JakubLinhart / Mmai

Match-match Animal Individuals
MIT License
0 stars 1 forks source link

Research result data set #6

Closed JakubLinhart closed 6 years ago

JakubLinhart commented 6 years ago

Similar to /api/games table but:

Maybe merge it to /api/games table.

JakubLinhart commented 6 years ago

@pygmy83 why serialize all game events to one string? What information is important for the game event? Event kind and time since last event?

pygmy83 commented 6 years ago

@JakubLinhart GAME SEQUENCE: I did not realize the sequence of turns is already in Event table. Add there which card is played in a single additional column into Events log, e.g. "R1C4" to each event. This will allow to reconstruct the game plan for more detail analyses of player behaviour.

pygmy83 commented 6 years ago

@JakubLinhart UNFINISHED GAMES: it can be just number of turns or time to the last turned card

JakubLinhart commented 6 years ago