Giter Site home page Giter Site logo

wes-coburn / drifter-deckbuilding-game Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 3.96 GB

Deckbuilding adventure game made with Unity and C#.

Home Page: https://weslex555.itch.io/drifter-deckbuilding-game

License: Other

ShaderLab 9.34% HLSL 1.63% C# 89.00% Batchfile 0.04%
deckbuilder unity game adventure

drifter-deckbuilding-game's Introduction

💎Drifter Deckbuilding Game💎

A deckbuilding adventure game in corporate dystopia.
💠Play Now!💠

Created with Unity

Drifter Deckbuilding Game Drifter Deckbuilding Game Drifter Deckbuilding Game Drifter Deckbuilding Game Drifter Deckbuilding Game

👯Collaborators👯

Wesley Coburn (Concept and Programming) --> GitHub

Joe Rouverol (Art and Design) --> Instagram

Alden Muller (Soundtrack) --> SoundCloud

🚩Noteable Files🚩

Managers

🔴 CardManager 🔴 CombatManager 🔴 EffectManager 🔴

Manager classes are attached to gameObjects in ManagerScene and follow the singleton pattern:

// Singleton Pattern
  
public static GameManager Instance { get; private set; }
private void Awake()
{
  if (Instance == null)
  {
    Instance = this;
    DontDestroyOnLoad(gameObject);
  }
  else Destroy(gameObject);
}

Components

Display/component classes are attached to prefabs and loaded from a manager class.

🔴 CardPageDisplay 🔴 UnitCardDisplay 🔴 CardZoom 🔴 DragDrop 🔴

📋License📋

ALL RIGHTS RESERVED

Secret Passage Games

drifter-deckbuilding-game's People

Contributors

wes-coburn avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.