>
Download This Plugin | |
Download Elegant Themes | |
Name | Wp Game Of Life |
Version | 0.0.1 |
Author | Vilmos Ioo |
Rating | 0 |
Last updated | 2014-03-17 05:02:00 |
Downloads |
188
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Wp Game Of Life plugin added 13 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.
Wp Game Of Life plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Wp Game Of Life plugin ads no tables to your Wordpress blog database.A game of life simulation using HTML5 canvas. For more information visit the Game of Life Wiki Page.
You can also check out the demo.
[gol ID='canvas_id' width='width' cells='cells' background='background' cell_active_color='cell_active_color' cell_inactive_color='cell_inactive_color' cell_transition_color='cell_transition_color']
Embeds a game of life animation in your post. Parameters:
canvas_id
(optional) The id of the generated canvas. Default: WP_GAME_OF_LIFEwidth
(optional) The desired width of the generated canvas. Will not expand beyond the viewport. Default: 1000cells
(optional) The number of cells in one row to draw. This affects performance exponantioly. Use with caution. Default: 125background
(optional) The background color of the generated canvas. Default: #aaacell_active_color
(optional) The color of active cells. Default: #fffcell_inactive_color
(optional) The color of inactive cells. Default: #000cell_transition_color
(optional) The color of cells that have just been deactivated. Must be rgb format. Default: rgb(65,180,255)