Klifu / core

๐ŸŽฎ๐Ÿ“ Core game library containing all the game logic, written in typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

Core

codecov Node.js CI GitHub license GitHub all releases

Under Development ๐Ÿ”จ

Table of Contents

Overview

Core is the library that contains the game logic for klifu. We aim to make this library standalone so anyone can use it to build any client for klifu.

Installation

To run this library ensure that you have Node.js >= v10 Install Node.js via package manager

To install

npm install @klifu/core

Contributing

๐Ÿ‘๐ŸŽ‰ First off, thanks for taking the time to contribute! ๐ŸŽ‰๐Ÿ‘

For instructions to start contributing check out Klifu.

Development Environment Setup

To setup you local development environment for contribution follow these steps bellow -

  • Before contribution Fork this repo.
  • Clone your forked version in your local computer.
  • Install dependencies, run npm install.
  • Check if all tests are running to ensure correct setup, run npm run test.
  • When you are ready to submit your code open a PR.

Documentation

Detailed documentation coming soon.

About

๐ŸŽฎ๐Ÿ“ Core game library containing all the game logic, written in typescript.

License:MIT License


Languages

Language:TypeScript 100.0%