Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
75582cf7
Verified
Commit
75582cf7
authored
Jun 12, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Correct GoL example 1
parent
0ca79648
Pipeline
#79709
passed with stage
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
application.db
View file @
75582cf7
No preview for this file type
sql/GoL.sql
View file @
75582cf7
...
...
@@ -93,9 +93,9 @@ INSERT INTO regles_transition VALUES(
INSERT
INTO
reseaux
VALUES
(
3
,
"Grille
3*3
- Game of Life"
,
3
,
3
,
"Grille
4*4
- Game of Life"
,
4
,
4
,
"Game of Life"
);
...
...
@@ -120,6 +120,13 @@ INSERT INTO Cellules VALUES(
0
);
INSERT
INTO
Cellules
VALUES
(
3
,
1
,
3
,
0
);
INSERT
INTO
Cellules
VALUES
(
3
,
0
,
...
...
@@ -141,6 +148,13 @@ INSERT INTO Cellules VALUES(
1
);
INSERT
INTO
Cellules
VALUES
(
3
,
1
,
3
,
1
);
INSERT
INTO
Cellules
VALUES
(
3
,
1
,
...
...
@@ -161,3 +175,38 @@ INSERT INTO Cellules VALUES(
2
,
2
);
INSERT
INTO
Cellules
VALUES
(
3
,
1
,
3
,
2
);
INSERT
INTO
Cellules
VALUES
(
3
,
1
,
0
,
3
);
INSERT
INTO
Cellules
VALUES
(
3
,
1
,
1
,
3
);
INSERT
INTO
Cellules
VALUES
(
3
,
1
,
2
,
3
);
INSERT
INTO
Cellules
VALUES
(
3
,
1
,
3
,
3
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment