Skip to content
Snippets Groups Projects
Commit 28e642f9 authored by Dolleans Geoffrey's avatar Dolleans Geoffrey
Browse files

Nettoyage du code

parent 7c9c9929
Branches master
No related tags found
No related merge requests found
import copy
import pygame
from pygame import *
import random as rd
......@@ -70,7 +70,6 @@ def decide_colour_nxt_state(cell):
return BLACK
else:
"la cellule meurt"
print(cell.voisin)
cell.voisin = 0
cell.etat = 0
return RED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment