Which data structure you will use to for a witness list?

Posted by mateen on Game Development See other posts from Game Development or by mateen
Published on 2013-06-25T15:05:40Z Indexed on 2013/06/25 16:30 UTC
Read the original article Hit count: 288

I'm making a game where the plot is a bank robbery. Lots of people witness that robbery. The game will load a list of suspects, while the players (witnesses) will have to identify the suspects of this robbery. The game should load a list of suspects to identify the one as quickly as possible. Admin can add/remove suspects in the lists and two or more lists of suspects can also be merged into one (to show it to the player). The question is which data structure will be suitable to develop the lists?

© Game Development or respective owner

Related posts about game-design

Related posts about game-mechanics