neauoire/Blindfolk

create procedural map to show how rounds played out

Opened this issue · 6 comments

cblgh commented

a small animated graphic, e.g. a simple 2d map viewed from above the dojo, showing the different moves of the players during an entire round

maybe make it easily shareable?

@neauoire if you can include the gridsize and starting positions for each player in the timeline log, i could pretty easily parse the lines into an animation!

@jackaperkins on it! I ll make the timeline data only, and format it in the JS.

@neauoire Awesome, that'll be perfect if i don't have to write a parser haha :)

How is that program coming along ?

@nicholasjb89 I haven't worked on it since there hasn't been any updates, just waiting on the timeline to become JSON :)

I have wrote some code for this game that may be of use you if you are interested. It takes the raw data and makes it more readable. I could send you and example text if you would like? If you are intrerested in it after seeing it i could finish it and send you the program. It was written in python.