Skip to content

Conway's Game of Life implementation using SQL Server

License

Notifications You must be signed in to change notification settings

morriekken/SQLServerLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLServerLife

This is implementation of Conway's Game of Life using SQL Server. It should work on SQL Server 2008 (100) however I tested it on SQL Server 2012 (110) and 2016 (130) only.

It is available under license:mit

Files in this repo

1 - Life.sql - contains source code for whole solution

2 - InitializeSimpleGlider.sql - initilizes empty 20x20 board and creates simple glider in left top corner

3 - RunGame.sql - this script will show current state of a game and iterate through the game. You need to run multiple times to see game progress

About

Conway's Game of Life implementation using SQL Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages