Giter Club home page Giter Club logo

cardcom's People

Contributors

vito-z80 avatar

Watchers

 avatar

cardcom's Issues

Сложные карты. (Player(s) w/ lowest)

Карты с описанием выходящим за рамки конверсии.

Player(s) w/ lowest wall are -1 Dungeon and 2 damage to tower

Сделать для них отдельную конверсию или же использовать в условиях.
Так как условие возможно только одно то возможно только подобное:

if (player.wall < enemy.wall) {
 player.dungeon -= 1
 player.tower -= 2
} else {
 enemy.dungeon -= 1
 enemy.tower -= 2
}

В данном случае при равных значениях враг получит по щам, так быть не должно.

condition

some fix

Пофикшены удаление эфектов, specials.
Эфект стал одной функцией. Эфекты условий и обычные эфекты пользуются ей.

Сложные карты

Enemy loses 10 gems, 5 bricks, you gain 1/2 amt. round up

Добавить функционал под такую карту.

Добавление новой карты

Допиливание диалогового окна с созданием новой карты. Это-же окно юзается для редактирования существующей карты.

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.