All Projects → ycarowr → Uicard

ycarowr / Uicard

Licence: mit
Generic UI for card games like Hearthstone, Magic Arena and Slay the Spire...

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Uicard

Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (-78.17%)
Mutual labels:  unity, unity3d, unity2d
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+742.25%)
Mutual labels:  unity, unity3d, unity2d
Chasingplanes unity3d
A "Missiles" game replica, 2D fun mobile game about avoiding missiles while flying a plane.
Stars: ✭ 42 (-70.42%)
Mutual labels:  unity, unity3d, unity2d
Unityprojecttreegenerator
This script will generate universal folder structure for your Unity3D project.
Stars: ✭ 12 (-91.55%)
Mutual labels:  unity, unity3d, boilerplate
Uia 2e
all the projects from Unity in Action 2nd edition
Stars: ✭ 97 (-31.69%)
Mutual labels:  unity, unity3d, unity2d
Beaverandfairies
Stars: ✭ 14 (-90.14%)
Mutual labels:  unity, unity3d, unity2d
Unity3d Dynamicallyloadinganimation
👾 Unity3D Loading and unloading animations at runtime (Example)
Stars: ✭ 74 (-47.89%)
Mutual labels:  unity, unity3d, unity2d
Flutter Infinitecards
An infinite card switching UI for Flutter, support custom animation 自定义实现神奇动效的卡片切换视图
Stars: ✭ 333 (+134.51%)
Mutual labels:  card, cards, cardview
Unity Animator Helpers
A micro-framework for changing Unity 3D's Animator parameters with ScriptableObject(s). Designed to make going from custom scripts to Animator parameters easy. Works with 2D or 3D projects.
Stars: ✭ 89 (-37.32%)
Mutual labels:  unity, unity3d, unity2d
Boilr
⚡️ boilerplate template manager that generates files or directories from template repositories
Stars: ✭ 1,268 (+792.96%)
Mutual labels:  boilerplate, tool, template
Jengine
JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily
Stars: ✭ 564 (+297.18%)
Mutual labels:  unity, unity3d, unity2d
Impulse
A barebones C# bootstrap framework for building scalable projects quickly and easily in Unity.
Stars: ✭ 109 (-23.24%)
Mutual labels:  unity, unity3d, unity2d
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (+164.08%)
Mutual labels:  unity, unity3d, unity2d
Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: ✭ 30 (-78.87%)
Mutual labels:  unity, unity3d, unity2d
Texture maker
A texture maker tool for unity.
Stars: ✭ 358 (+152.11%)
Mutual labels:  unity, unity3d, unity2d
Shadergraph Custom Nodes
🔨 Collection of custom nodes for ShaderGraph.
Stars: ✭ 53 (-62.68%)
Mutual labels:  unity, unity3d, tool
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+2463.38%)
Mutual labels:  unity, unity3d, unity2d
Tutorial 2d Game Unity
Unity tutorial to learn how to make a complete 2D Shoot'em Up
Stars: ✭ 290 (+104.23%)
Mutual labels:  unity, unity3d, unity2d
Unityrecyclinglistview
A fast scrolling list component for Unity UI which recycles its child elements
Stars: ✭ 86 (-39.44%)
Mutual labels:  unity, unity3d, ui-components
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+1285.92%)
Mutual labels:  unity, unity3d, unity2d

Unity Version version Twitter

Generic UI for card games like Hearthstone, Magic Arena and Slay the Spire, etc

Here are some images that illustrate what the repository contains and a decription of the content.

For a playable version access itch.io page.

Draw Card Hover Card
Play Card Angle Positioning
Card Spacing Hover Enemy Card

The repository has the main elements of an user interface for a card game like Magic Arena, Hearthstone, Slay the Spire etc. It's made in Unity3D and might be a good "starting point" for games such as the mentioned titles.

Currently, you can:

  1. Draw cards
  2. Drag cards
  3. Put cards back in the hand dropping onto the "Hand Zone" (green area);
  4. Play/Discard cards dropping onto the "Play Card Zone" (orange area);
  5. Hover/zoom in cards on the player's hand;
  6. Check cards from the enemy's hand
  7. As an additional content, I've added to the demo parameters to configure the layout the way you game designer want. It can be done by enabling the checkbox named "configs", on the top-left side of the screen.

The following parameters can be changed:

  1. Card spacing;
  2. Card rotation angle;
  3. Card height (position on Y-axis) relative to the bent angle on item 2;
  4. Card hovered size: how much a card shrinks or grows when hovered;
  5. Card hovered rotation: whether it changes or not;
  6. Card hovered height: how much a card moves up (Y-axis) when hovered;
  7. Card hovered speed: moving speed of the card when hovered;
  8. Position or pivot of the Hand: move it up and down;
  9. Drop Zone's positions: move them up and down;
  10. Disabled card Transparency (alpha): how much a disabled card "fades".
  11. Motion speed: scale, movement and rotation.

Limitations:

  1. The interface is using 2D colliders, that way, the objects are not fully compatible with a 3D game;
  2. Memory heavy, each card has a state machine with a few states inside, in a limited environment, or overtime it is definitely a issue;
  3. ...

Thank you, any feedback is appreciated.

Illustations by: Tyler Warren https://tylerjwarren.itch.io/free-tyler-warren-rpg-battlers-favorites-30

---------------------- MIT License ----------------------

Copyright 2019 Ycarowr

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].