Pig Game

Ludo game for two players. How lucky you are...?

Pig Game là gì?

Pig Game là một tiện ích mở rộng Chrome được phát triển bởi Saswat Senapati, và tính năng chính của nó là "Ludo game for two players. How lucky you are...?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pig Game

Tải xuống các tệp mở rộng Pig Game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Play this amazing Pig Game for free !!!

Pig Game is based on the popular 'Ludo' game. But with more fun.
It is practically a very simple game, if you have luck you win.

The main goal of the game is to reach the Winning Score, which you can set at the beginning of the game. The game is based on two players. Where each player gets a turn to roll the dice. Player can keep rolling the dice until they want to'Hold' the score. When they hold the score it gets added to your current round score. 
Why holding a value ??
Yes, you need to hold you value because, if the dice rolls 1,1 you lose your current round score. And the dice is passed to the other player. The worst is when you roll 6,6 because, you lose the entire score which you have saved till now.
When you roll dice and hold the value the dice is passed to your opponent.
The first person to reach the winning score wins.

You can check the game rule by clicking the 'RULES' button

Credit:
Original Design : Jonas Schmedtmann 
Jonas has an awesome javascript course available in udemy, which has helped me learn a lot about javascript !!
Course Name : The Complete JavaScript Course 2019: Build Real Projects!

Note for developers:
This is an open source project, its github repo is publicly available. It would be exiting if you suggest and contribute on any feature or bug !!!

GitHub repo link will be available in the website link (additional information panel).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pig Game Pig Game
ID obdehoioeakkfcnlngcahilpeofjbbbj
URL Chính Thức https://chrome.google.com/webstore/detail/pig-game/obdehoioeakkfcnlngcahilpeofjbbbj
Mô tả Ludo game for two players. How lucky you are...?
Kích Thước Tệp 2.34 MB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2019-08-23
Ngày Phát Hành 2019-08-23
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Saswat Senapati
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Saswat333/PigGame-ChromeExtension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pig Game",
    "description": "Ludo game for two players. How lucky you are...?",
    "version": "0.0.5",
    "manifest_version": 2,
    "icons": {
        "19": "piggame19.png",
        "128": "piggame128.png"
    },
    "browser_action": {
        "default_icon": "piggame19.png",
        "default_title": "Pig Game"
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "background"
    ]
}