Это код браузерной игры “Найди 250 отличий”, опубликована на Яндекс играх, можно поиграть тут https://yandex.ru/games/app/naidi-250-otlichii-495323 .
Код под лицензией Unlicense можно использовать как угодно.
Ветка "main" - без подключения Яндекс SDK поэтому игра запустится локально, просто по клику, но не будет звука из за политик браузера. Что бы запустилось со звуком локально, нужно поднять локальный сервер с доменом. (В опубликованной игре 50 уровней, тут 5 что бы меньше весило)
Ветка "main-yandex-sdk" - с подключение sdk.
Игра прошла модерацию и опубликована в Яндекс Играх, поддерживает горизонтальные экраны PC, Android, iPhon.
=================================================
This code for the browser game "Find 250 Differences," published on Yandex Games, can be played here: https://yandex.ru/games/app/naidi-250-otlichii-495323.
Unlicensed code can be used as is.
The "main" branch doesn't include the Yandex SDK, so the game runs locally, simply by clicking, but there will be no sound due to browser policy. To run with sound locally, you need to set up a local server with a domain. (The published game has 50 levels; here, 5 are used to keep the size down.)
The "main-yandex-sdk" branch includes the SDK.
The game has been moderated and published on Yandex Games. It supports landscape screens on PC, Android, and iPhone.