| bio | website | karthikkumar.org |
|---|---|---|
| location | Wherever | |
| age | 28 | |
| visits | member for | 11 months |
| seen | 15 hours ago | |
| stats | profile views | 4 |
Helping the world one answer at a time.
|
Jun 10 |
comment |
Test a simple multi-player (upto four players) Android game in single developer machine keep a flip button that works only in testing mode, and switch between the views instances? |
|
Jun 10 |
comment |
Test a simple multi-player (upto four players) Android game in single developer machine Yes, if you've written the game view to be loosely coupled with each client. Technically, you'd always pass the complete game state of current player's player to the view, and cause a complete redraw. Or keep a copy of view for each client, and set the current view as that client's view. It is very doable. |