Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View maximeshr's full-sized avatar
🐻
Bearing

Maxime Sahroui maximeshr

🐻
Bearing
  • OKq
  • Belgium
View GitHub Profile
function isWallNotOnPath(
activePlayer,
destinationLine,
destinationColumn,
walls
) {
// je vérifie que mon déplacement ne tombe pas sur un mur
const isOnAWall = walls.find(function(wall) {
if (wall.l === destinationLine && wall.c === destinationColumn) {
return true;
[Keep your system upto date]
$ sudo pacman -Syu
@TODO
[Setup locales]
[User pacaur]
$ sudo pacman -S pacaur
[Install X Window System]