Lua Game of Life Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
|title_mode=append | |title_mode=append | ||
|image=luagameoflifevita2.jpg | |image=luagameoflifevita2.jpg | ||
|image_alt= | |image_alt=PSVita Game of Life | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title= | |title=PSVita Game of Life | ||
|image=luagameoflifevita2.jpg | |image=luagameoflifevita2.jpg | ||
|description=Game of Life clone. | |description=Game of Life clone. | ||
Revision as of 03:21, 24 December 2022
| PSVita 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.