Android multiplayer game SDK development -


i developing android app in android studio. application 1 vs 1 game gameplay follows:

  • a 10 second joint planning phase players both plan moves against each other on own devices

  • followed 10 second 'play' phase moves both planned played out on both devices

this played until 1 of players deemed victorious.

my question essentially, understanding not fit android real-time or turn-based game parts of sdk have been documented , developed.

i see 3 solutions:

  1. change underlying premise of game fit real-time/turn-based game spec
  2. keep premise of game , alter real-time/turn-based game spec suit needs
  3. develop own logic etc , build framework

option 3 hardest, , unsure easier, options 1 or 2?

thanks in advance if read far!!


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -