sql-game-of-life
Mobile icon

SQL Game Of Life

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 26 Mar
 by 
0.0
 (0 ratings)
sql-game-of-life

SQL Game Of Life

Documentation
1.0.0

This is a proof of concept where a game is built using only the power of SQL. For this purpose, the Game of Life by John Conway was used, showcasing how complex simulations can be created using pure SQL logic, while also demonstrating how easy it is to build a visual representation with the OutSystems UI.

The Game of Life is a cellular automaton created by mathematician John Conway. It consists of a grid of cells that evolve through generations based on a set of simple rules. Each cell can be either alive or dead, and its state in the next generation depends on the number of live neighbors. Despite its simplicity, the Game of Life can produce complex and unpredictable patterns, making it a classic example of how simple rules can lead to emergent behavior."