Skip to content

Instantly share code, notes, and snippets.

@tobie
Created July 26, 2012 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobie/3184756 to your computer and use it in GitHub Desktop.
Save tobie/3184756 to your computer and use it in GitHub Desktop.
+-----------------------------+-------------+--------------------+
| Event | Time (ms) | Frame rate (fps) |
+-----------------------------+-------------+--------------------+
| Timed button click | 100 | 10 |
+-----------------------------+-------------+--------------------+
| Minimal interactive frame | 50 | 20 |
+-----------------------------+-------------+--------------------+
| Smooth interactive frame | 33 | 30 |
+-----------------------------+-------------+--------------------+
| Hardcore gamers are happy | 16 | 60 |
+-----------------------------+-------------+--------------------+
+---------------------+---------------------------------------------------------------+
| # sprites @ 30fps | Game Types |
+---------------------+---------------------------------------------------------------+
| 5 | Board games, card games, word games. |
+---------------------+---------------------------------------------------------------+
| 25 | Classic arcade games, light action games, simple isometric. |
+---------------------+---------------------------------------------------------------+
| 50 | Real-time strategy games, complex isometric, shooters. |
+---------------------+---------------------------------------------------------------+
| 100 | Most 2d, 2.5d game types. |
+---------------------+---------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment