Skip to content

LexTheGreat/Unnamed-Card-Game

Repository files navigation

Unnamed Card Game

Open source TCG engine made with node/canvas You need node.js! http://nodejs.org/

Project Setup

How do I, as a developer, start working on the project?

  1. Check out the git git clone https://github.com/LexTheGreat/Unnamed-Card-Game
  2. Enter the directory cd Unnamed-Card-Game
  3. Setup npm npm install
  4. Run node node server

Adding cards

  1. Open cards.json
  2. Cards are formated in object change or add a new card in cards.json
 {
    "Level": 1, // Set the cards level
    "Name": "CardName", // Cards name
    "Desc": "Basic Desc.", // What the description is
    "Power": 1, // Attack power
    "Defence": 1, // Defence Power
    "Photo": "Monster.png" // IMPORTANT, card photo name on client!
 }
  1. "Photo": "Monster.png" reflects to public/img/card/Monster.png

Testing

  1. Enter the directory node server
  2. Connect to yourip:3232

How to setup the deployment environment

  • Requireds Node and webrowser

Contributing changes

  • "Please open github issues"

About

Open Source Node/Canvas Card engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published