Lua Game of Life Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Puzzle) - GameBrew! | |title=Vita Homebrew Games (Puzzle) - GameBrew! | ||
| Line 16: | Line 15: | ||
|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 Conway's Game of Life for the PS Vita written in Lua using Lua Player Plus. | ||
==Media== | ==Media== | ||
<youtube> | <youtube>gfBWwW9TxXU</youtube> | ||
==Screenshot== | |||
[[image:luagameoflifevita.jpg|600px]] | |||
== | ==Changelog== | ||
'''(v.0.2)''' | |||
* start indices with 1. | |||
* fix grid on first rows not working properly. | |||
'''(v.0.1)''' | |||
'''(v.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 | * 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:18, 6 November 2022
| Lua Game Of Life | |
|---|---|
| File:Luagameoflifevita.jpg | |
| General | |
| Author | domis4 |
| Type | Puzzle |
| 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
Screenshot
Changelog
(v.0.2)
- start indices with 1.
- fix grid on first rows not working properly.
(v.0.1)
- First Release.