Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
py_game_of_life
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Kirsch
py_game_of_life
Commits
8fda036f
Commit
8fda036f
authored
5 years ago
by
Jakob Kirsch
Browse files
Options
Downloads
Patches
Plain Diff
auto generated by makefile
parent
5ccfae3a
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game.py
+1
-1
1 addition, 1 deletion
game.py
with
1 addition
and
1 deletion
game.py
+
1
−
1
View file @
8fda036f
...
...
@@ -22,7 +22,7 @@ exec("def pattern(x, y):" + '\n\t'.join(code))
def
draw
(
map
):
if
CLEAR
:
if
os
.
name
==
"
nt
"
:
print
(
"
\n
"
*
10000
)
os
.
system
(
"
cls
"
)
else
:
os
.
system
(
"
clear
"
)
print
(
"
/
"
+
"
-
"
*
len
(
map
[
0
])
+
"
\\
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment