More actions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
}} | }} | ||
Game of Life is a simple implementation of [https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's Game of Life] for the PS Vita written in Lua using [[Lua Player Plus Vita|Lua Player Plus]]. | Game of Life is a simple implementation of [https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's Game of Life] for the PS Vita written in Lua using [[Lua Player Plus Vita|Lua Player Plus]]. | ||
==Controls== | |||
Cross - Switch | |||
D-Pad - Move | |||
Select - FPS Limit | |||
Start - Stop | |||
R - Random | |||
L - Empty | |||
==Media== | ==Media== |
Revision as of 00:31, 24 December 2022
Lua Game Of Life | |
---|---|
General | |
Author | domis4 |
Type | Simulation |
Version | 0.2 |
License | MIT License |
Last Updated | 2017/01/04 |
Links | |
Download | |
Website | |
Source | |
Game of Life is a simple implementation of Conway's Game of Life for the PS Vita written in Lua using Lua Player Plus.
Controls
Cross - Switch
D-Pad - Move
Select - FPS Limit
Start - Stop
R - Random
L - Empty
Media
domis4's game of life (TheDomis4)
Changelog
v0.2
- Start indices with 1.
- Fix grid on first rows not working properly.
v0.1
- First Release.