Skip to content

Instantly share code, notes, and snippets.

View karolramos's full-sized avatar
🦛
Focusing

Karol Ramos karolramos

🦛
Focusing
View GitHub Profile
@karolramos
karolramos / matrizInimigo.js
Created June 23, 2020 13:05 — forked from juunegreiros/matrizInimigo.js
Matrizes Imersão GameDev Javascript
const matrizInimigo = [
[0, 0],
[104, 0],
[208, 0],
[312, 0],
[0, 104],
[104, 104],
[208, 104],
[312, 104],
[0, 208],