Giter Site home page Giter Site logo

exodia's Introduction

exodia

A brpc project to build a ygo-cards website

QuickStart

❯ curl https://www.exodia.cn/DatabaseService/Card -d '{"name": "青眼白龙"}'

{
    "err_no": 0,
    "err_msg": "success",
    "card_list": [
        {
            "id": 9433350,
            "name": "罪 青眼白龙",
            "text": "这张卡不能通常召唤。从卡组把1只「青眼白龙」除外的场合可以特殊召唤。\r\n①:「罪」怪兽在场上只能有1只表侧表示存在。\r\n②:只要这张卡在怪兽区域存在,其他的自己怪兽不能攻击宣言。\r\n③:没有场地魔法卡表侧表示存在的场合这张卡破坏。",
            "type": "效果怪兽",
            "attack": 3000,
            "defense": 2500,
            "level": 8,
            "race": "龙",
            "attribute": "暗",
            "ability": "特殊召唤"
        },
        {
            "id": 89631139,
            "name": "青眼白龙",
            "text": "以高攻击力著称的传说之龙。任何对手都能粉碎,其破坏力不可估量。",
            "type": "通常怪兽",
            "attack": 3000,
            "defense": 2500,
            "level": 8,
            "race": "龙",
            "attribute": "光",
            "ability": ""
        }
    ]
}

Contribute code

Make sure your code style conforms to google C++ coding style. Indentation is preferred to be 4 spaces.

Feedback and Getting involved

exodia's People

Contributors

mumiaigene avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.