Giter VIP home page Giter VIP logo

craftsystem's Introduction

IMPORTANT: THIS SYSTEM IS NOT TESTED YET AND IS IN DEVELOPMENT

CraftSystem

A craft system that can be used in games made with unity. You can use it in strategy games, survival games and any other game that needs a system to manage recipes and the carft part of it.

Usage

Download or clone the repo and add scripts to your unity project. create Rosources/CraftData directory in the Assets of your game. Add your recipes in the following format to the array in Recipes.json file:

{
  "Name": "Name of item",
  "CraftTime": Craft time in seconds,
  "Ingredients": {
    "Ingredient1": Quantity,
    "Ingredient2": Quantity,
    ...
  }
}

You can add other data to your recipes as you desire, But you have to implement the proper logic in Core\CraftManager.cs.

Directories

Core: Contains main scripts that makes craft system work.
Example: Contains example codes to implement basic inventory and item in order to test the system. you can replace them with your own code or use it as a code base.
ExternalLibraries: Contains libraries used in system.
Test: Contains a script that is responsible to test the system functionalities. [It's still in development]

Used libraries

This system is developed using mtschoen's JSONObject.

craftsystem's People

Contributors

alirezaft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nexustheru r2d2m

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.