Lua Game of Life Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "https://vitadb.rinnegatamante.it/" to "https://www.rinnegatamante.eu/vitadb/" |
||
| (One intermediate revision by the same user not shown) | |||
| Line 48: | Line 48: | ||
* Wololo - https://wololo.net/talk/viewtopic.php?p=416012 | * Wololo - https://wololo.net/talk/viewtopic.php?p=416012 | ||
* GitHub - https://github.com/domis4/lua-gameoflife | * GitHub - https://github.com/domis4/lua-gameoflife | ||
* VitaDB - https:// | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/182 | ||
Latest revision as of 04:37, 5 January 2025
| 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.