G3n3r0 / Trading-Card-Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Elder Cards A trading card game. With some modifications. One might say that it is a World of Cardcraft. And of course, a Kingdom Cards game. Maybe even Final Cardasy.

##Changes ###12/25/2011

  • Got my 3D glasses, so screwed around with that for a while
  • Read several of my new JS graphics books. I guess I finally have no excse for writing the world's least optimized code.
  • Found that article about 3D in the canvas
  • Merry Christmas, world!

###12/24/2011

  • Added the attack parsing code
  • Added the health meters
  • Gave the versus text more contrast, and also made it inline-block
  • Added some more copytrolls to this changelog
  • Using the following formlas now:
    • Attack Effect: other.health -= effect[1]elemEffects[type][other.elem]-0.25other.tempDef+0.25*this.tempAtk;
    • Defense Increase Effect: this.tempDef += effect[1];
  • Considered adding a <meter> shim

###12/23/2011

  • Added attack info to the Character class
  • Added n Attack class
  • Made the battles look nicer(Gave it a BG)
  • Started to add attack functionality

###12/22/2011

  • Added some stuff that may or may not become stereoscopic 3D in the future
  • Made shadows work out better
  • Started battles
  • Tried and failed to do a flip effect
  • Shopped around for art
  • Made this changelog
  • Added more card backgrounds

##List of People to Give Credit To

  • Kazuhiko Arase for his QR Code script
  • Open Game Art Users:
    • Saroman
    • Charlie
    • sunburn
    • claudeb

About


Languages

Language:JavaScript 80.3%Language:Python 19.1%Language:Shell 0.6%