juananmuxed / cod-sheet-creator

This is a simple NOT OFICIAL tool to build your lists for game Clash of Spears

Home Page:https://cos.muxed.es/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚔️ CoS Sheet Creator

⌨️ with ❤︎ by MuXeD

License Discord

GitHub Status

Release GitHub issues by-label GitHub commit activity

Demo deploy status

GitHub Workflow Status Website

🎱 Introduction

If your enemy is secure at all points, be prepared for him. If he is in superior strength, evade him. If your opponent is temperamental, seek to irritate him. Pretend to be weak, that he may grow arrogant. If he is taking his ease, give him no rest. If his forces are united, separate them. If sovereign and subject are in accord, put division between them. Attack him where he is unprepared, appear where you are not expected .
- Sun tzu, The Art of War

This is a simple NOT OFICIAL tool to build your lists for game Clash of Spears.

For any question about game use Books or contact the creators:

☕️ Buy Me a Coffee

ko-fi

🐛 Report a bug

Please follow one of this links to report a bug:

💻 Development

To fix bugs or simply check code.

Requirements:

  • Node 12 at least

Clone the repo

git clone https://github.com/juananmuxed/cod-sheet-creator.git

Access to the folder

cd cod-sheet-creator

Run NPM to install dependencies and run dev enviorement

cd npm i
cd npm run dev

And you can access to the application via web browswer in http://localhost:5173

🗺️ Languages

For now the web is translated to this languages:

  • 🇪🇸 Spanish

To colaborate, clone the src/locales/translate/es and translate all strings in the JSON files. Then add it to src\locales\messages.ts flow

import es from "./translate/es/index";
import fr from "./translate/fr/index"; // here

export interface IKeyObject {
  [key: string]: IKeyObject;
}

const defaultLocale = "es";
const locale = getLS("lang") || defaultLocale;

const messages: IKeyObject = {};

messages.es = es as any;
messages.fr = fr as any; // here

export { messages, defaultLocale, locale };

🏗 Built with

📌 Versions

Used SemVer for versions. For all available version, see tags.

And here the Changelog

🍰 Contributing

Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests.

📄 License

This project is under license (MIT) - see LICENSE.md for details.

About

This is a simple NOT OFICIAL tool to build your lists for game Clash of Spears

https://cos.muxed.es/

License:MIT License


Languages

Language:TypeScript 46.6%Language:Vue 33.1%Language:SCSS 19.6%Language:JavaScript 0.4%Language:HTML 0.3%