More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Vita Homebrew Games (Puzzle) - GameBrew | |title=Vita Homebrew Games (Puzzle) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=luagameoflifevita2.jpg | ||
|image_alt=Lua Game Of Life | |image_alt=Lua Game Of Life | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Lua Game Of Life | |title=Lua 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 | ||
Line 18: | Line 18: | ||
|source=https://github.com/domis4/lua-gameoflife | |source=https://github.com/domis4/lua-gameoflife | ||
}} | }} | ||
Game of Life is a simple implementation of Conway's Game of Life for the PS Vita written in Lua using 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]]. | ||
==Media== | ==Media== | ||
'''domis4's game of life''' ([https://www.youtube.com/watch?v=gfBWwW9TxXU TheDomis4]) <br> | |||
<youtube>gfBWwW9TxXU</youtube> | <youtube>gfBWwW9TxXU</youtube> | ||
==Changelog== | ==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 | * 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 |
Revision as of 00:29, 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.
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.