Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Paris8 Rust
The Binding of Tetris
Commits
5ab52ae2
Commit
5ab52ae2
authored
Dec 28, 2020
by
Zineddine Berrichi
Browse files
Revert "on pas pus finir le projet a temps du coups pour ne pas se manger des balle de..."
This reverts commit
67082628
parent
67082628
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.rs
View file @
5ab52ae2
...
...
@@ -71,16 +71,10 @@ impl Piece {
{
if
x_pos
.0
+
x
==
x_pos2
.0
&&
x_pos
.1
+
y
==
x_pos2
.1
{
println!
(
"¯_(ツ)_/¯,( ͡° ͜ʖ ͡°)"
);
false
false
}
else
{
/*println!("
░░░█▀▀▀░█▀▀▀░░█▀▀░▀▀█░░█░░
░░░█░▀█░█░▀█░░█▀▀░▄▀░░░▀░░
░░░▀▀▀▀░▀▀▀▀░░▀▀▀░▀▀▀░░▀░░");*/
println!
(
"( 。・_・。)人(。・_・。 ),╭∩╮(︶︿︶)╭∩╮"
);
true
}
})
.collect
();
...
...
@@ -283,7 +277,6 @@ fn main() {
}
}
// piston_window::Event::from_dt(1000000000000000000000000000000000000000000000.0,&e);
}
}
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