Feature/snake (#1256)

* snake game

Co-authored-by: Drew Ansbacher <drew@start9labs.com>
This commit is contained in:
Drew Ansbacher
2022-02-24 16:20:52 -07:00
committed by GitHub
parent 63f0a3bca8
commit 8cb0186621
14 changed files with 487 additions and 2 deletions

View File

@@ -62,6 +62,17 @@
</ion-item>
</ion-menu-toggle>
</ion-item-group>
<img
(click)="openSnek()"
style="
cursor: pointer;
position: absolute;
bottom: 90px;
right: 20px;
width: 25px;
"
src="assets/img/icons/snek.png"
/>
<div
style="
text-align: center;