More actions
No edit summary |
m (HydeWing moved page Lua Game Of Life Vita to Lua Game of Life Vita without leaving a redirect) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games ( | |title=Vita Homebrew Games (Simulation) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=luagameoflifevita2.jpg | ||
|image_alt= | |image_alt=PSVita Game of Life | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title= | |title=PSVita Game of Life | ||
|image= | |image=luagameoflifevita2.jpg | ||
|description=Game of Life clone. | |description=Game of Life clone. | ||
|author=domis4 | |author=domis4 | ||
|lastupdated=2017/01/04 | |lastupdated=2017/01/04 | ||
|type= | |type=Simulation | ||
|version=0.2 | |version=0.2 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/luagameoflifevita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/luagameoflifevita.7z | ||
|website= | |website=https://wololo.net/talk/viewtopic.php?p=416012 | ||
|source=https://github.com/domis4/lua-gameoflife | |source=https://github.com/domis4/lua-gameoflife | ||
}} | }} | ||
Game of Life | 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== | ||
<youtube> | '''domis4's game of life''' ([https://www.youtube.com/watch?v=gfBWwW9TxXU TheDomis4]) <br> | ||
<youtube>gfBWwW9TxXU</youtube> | |||
== | ==Changelog== | ||
'''v0.2''' | |||
* Start indices with 1. | |||
* Fix grid on first rows not working properly. | |||
'''v0.1''' | |||
''' | |||
* First Release. | * First Release. | ||
== External links == | ==External links== | ||
* | * Wololo - https://wololo.net/talk/viewtopic.php?p=416012 | ||
* | * GitHub - https://github.com/domis4/lua-gameoflife | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/182 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/182 | ||
Latest revision as of 03:22, 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.