Open source TCG engine made with node/canvas You need node.js! http://nodejs.org/
How do I, as a developer, start working on the project?
- Check out the git
git clone https://github.com/LexTheGreat/Unnamed-Card-Game
- Enter the directory
cd Unnamed-Card-Game
- Setup npm
npm install
- Run node
node server
- Open cards.json
- 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!
}
- "Photo": "Monster.png" reflects to
public/img/card/Monster.png
- Enter the directory
node server
- Connect to
yourip:3232
- Requireds Node and webrowser
- "Please open github issues"