21 lines
667 B
Markdown
21 lines
667 B
Markdown
---
|
|
title: "Snake game 🐍 "
|
|
date: 2019-11-01T00:00:00+03:00
|
|
type: portfolio
|
|
description: "Snake game written with P5js"
|
|
tags: ["game", "javascript"]
|
|
github: "https://github.com/horhik/snake"
|
|
site: "https://snake.horhik.xyz/"
|
|
---
|
|
|
|
The simple snake game which working on both desktop 🖥 and mobile 📲
|
|
|
|
|
|
<div class="with-images" style="display: flex; flex-wrap: wrap; justify-content: center;" >
|
|
<img src="./snake-desktop.png"style="max-width: 600px; height: max-content;" alt="snake on desktop screenshot">
|
|
<img src="./snake-mobile.png" style="max-width: 250px" alt="snake on mobile screenshot">
|
|
</div>
|
|
|
|
On mobile there's a support for playing via swipes 👆
|
|
|