Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyFastCoder2 authored Dec 23, 2024
1 parent 4beb333 commit e9836a5
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Snake Game
This is educational project written in TypeScript. Also first it is my first attemption to experement with 3D using ThreeJS library.

To try the Snake Game out follow this link: https://theonlyfastcoder2.github.io/Snake/

Here are some screenshots from my project:

<span><img width="500px" src="https://user-images.githubusercontent.com/60759188/188754251-5b0e2ab9-a37a-4316-9b1f-ba4d2ae5820f.png"></span>
<span><img width="500px" src="https://user-images.githubusercontent.com/60759188/188951534-bded06bc-da83-4445-b1db-a403c997c273.png"></span>
<p><img width="500px" src="https://user-images.githubusercontent.com/60759188/188952585-a5cb18f0-51cd-484b-ae0d-ed639fc869f1.png"></p>



Это образовательный проект, написанный на TypeScript. Данный проект является моей первой попыткой поэкспериментировать с 3D-графикой, используя библиотеку Three.js.

Чтобы попробовать игру Snake, перейдите по следующей ссылке: [Snake Game](https://theonlyfastcoder2.github.io/Snake/)

## Скриншоты проекта:

<div style="display: flex; justify-content: space-around;">
<img width="500px" src="https://user-images.githubusercontent.com/60759188/188754251-5b0e2ab9-a37a-4316-9b1f-ba4d2ae5820f.png" alt="Скриншот 1">
<img width="500px" src="https://user-images.githubusercontent.com/60759188/188951534-bded06bc-da83-4445-b1db-a403c997c273.png" alt="Скриншот 2">
<img width="500px" src="https://user-images.githubusercontent.com/60759188/188952585-a5cb18f0-51cd-484b-ae0d-ed639fc869f1.png" alt="Скриншот 3">
</div>

0 comments on commit e9836a5

Please sign in to comment.