Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Puissance4_Greub_Remi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
remi.greub
Puissance4_Greub_Remi
Commits
51374b87
Commit
51374b87
authored
1 month ago
by
remi.greub
Browse files
Options
Downloads
Patches
Plain Diff
ajout de petits commentaires sympa
parent
6f6a3352
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
puissance4_GRB/puissance4.c
+1
-1
1 addition, 1 deletion
puissance4_GRB/puissance4.c
puissance4_GRB/puissance4.h
+1
-1
1 addition, 1 deletion
puissance4_GRB/puissance4.h
with
2 additions
and
2 deletions
puissance4_GRB/puissance4.c
+
1
−
1
View file @
51374b87
...
...
@@ -108,7 +108,7 @@ int Launch_puissance4(){
//print egalite mais y a probablement eu un bug
printf
(
"y a un egalite mais probablement un bug aussi mdr
\n
"
);
//fin du jeu
return
EQUAL
;
//jeu egal
return
EQUAL
;
//jeu egal
ou retourner un bug ... a voir..
}
else
{
//il y a un bug de zinzin
printf
(
"ok la y a un bug de zinzin check ca
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
puissance4_GRB/puissance4.h
+
1
−
1
View file @
51374b87
...
...
@@ -41,7 +41,7 @@ void print_gameCells();
void
init_puissance4
(
int
height
,
int
width
);
//void Show_grid(struct cell** cell);
//void Show_grid(struct cell** cell);
//partie graphique a venir
void
cell_destroy
(
struct
cell
**
cells
,
int
height
);
int
kill_game
();
...
...
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