-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4beb333
commit e9836a5
Showing
1 changed file
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |