Evade!

A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear!

Evade!란 무엇입니까?

Evade!은(는) Olli.Mulchandani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Evade! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear! If the smaller ball touches the edges or a larger ball, you lose!
Made by Olli Mulchandani in a few class periods with p5.js
Yorktown High School

Update 1.0.1:
*Added home screen
*Changed colors of balls and text
*Fixed bug causing larger balls to spawn on top of smaller ball therefore instantly killing the player

Update 1.0.2:
*Updated scoring system to be more fair
*Added difficulty selector

Update 1.0.3:
*Small Update
*Changed Timer from 10 seconds to 5
*Made hard difficulty more difficult

If you have suggestions, dm me on IG @_ollim
Venmo me please, this cost $5, @OlliMulchandani                    

확장 프로그램 기본 정보

이름 Evade! Evade!
ID pddmemmjkcilkiocijfaiibobenomgga
공식 URL https://chrome.google.com/webstore/detail/evade/pddmemmjkcilkiocijfaiibobenomgga
설명 A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear!
파일 크기 695 KB
설치 횟수 103
현재 버전 1.0.3
최근 업데이트 2020-03-05
출시 날짜 2020-03-05
평점 5.00/5 총 4 개의 평점
개발자 Olli.Mulchandani
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Evade!",
    "description": "A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear!",
    "version": "1.0.3",
    "author": "Olli Mulchandani",
    "browser_action": {
        "default_icon": {
            "128": "images\/img-128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/img-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}