A voir également:
- Projet labyrinthe python
- Citizen code python avis - Accueil - Outils
- Musique projet x - Forum Musique / Radio / Clip
- Projet x film ✓ - Forum Musique / Radio / Clip
- Filigrane projet - Guide
25 avril 2018 à 14:40
for i in range(0,35):
for j in range(0,20):
if niveau[i][j]==1:
fenetre.blit(mur,(30*i,30*j))
pygame.display.flip()