Skip to content

Instantly share code, notes, and snippets.

View cernoel's full-sized avatar
🍉
One in a mellon!

Markus Gombocz cernoel

🍉
One in a mellon!
View GitHub Profile
@dlwyatt
dlwyatt / Snake.ps1
Created December 31, 2014 19:34
Snake update
#requires -version 2
#
# Powershell Snake Game
# Author : Kurt Jaegers
#
function SetEmptySquare($x, $y)
{
$matrix[$x, $y] = $emptysquare