Giter VIP home page Giter VIP logo

quest's Introduction

Hello ๐Ÿ‘‹ ! I'm Kirk

I'm a Front-End Developer focusing on creating meaningful and memorable user experiences ๐ŸŽ‰

Computer Science Graduate from Carleton University โ˜•๏ธ

Currently ๐Ÿ“ฆ: Microsoft

Previous Experiences ๐Ÿ› ๏ธ: Dapper Labs, Kinaxis


Latest Projects ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป:

Residential School History - This was an application made for a class to illustrate a piece of history. I chose to create an app to help users to learn the history of residential schools in Canada.

Police Brutality Visualizer - An application that provides a heatmap visualization for the acts of assault by public servants to American Citizens during non-violent acts of protest.

GitHub Issue Tracker - A simple GitHub issue tracker


Contacts:

Email

LinkedIn

quest's People

Contributors

averyvine avatar jkirkyuan avatar maxim-kuzmenko avatar

Watchers

 avatar  avatar  avatar

Forkers

alexeitipenko

quest's Issues

Hovering cards does not add outline or bring to foreground

This is technically not a bug, but we're not implementing it right now so this is being left here as a reminder.

Expected Behavior

Coloured outline + card brought to foreground

Current Behavior

No coloured outline + card not brought to foreground

Possible Solution

Add an outline component for the colour.
No idea for the foreground layering.

Steps to Reproduce (for bugs)

  1. Hover over a card
  2. Observe results

Missing background image on main canvas

Background image is missing from the main canvas.

Expected Behavior

This should be showing an image of a tabletop with card outlines.

Current Behavior

Currently seeing a blank white screen.

Possible Solution

Looks like the sprite was missing from the canvas.

Steps to Reproduce (for bugs)

Open and run the project.

Your Environment

  • Commit hash: ``
  • Operating System: ``
  • Postgres Version: ``
  • Ruby version: ``
  • Rails version: ``
  • Browser Name and version: ``

Sprites not showing up programmatically for card prefab

Expected Behavior

  • The cards for the current player should each have a game object instantiated to represent the UI version of the card (cardObj).
  • This game object needs to add an image component and attach the 'CardUI' script to itself.
  • The game object calls its 'CreateCard' method in CardUI.cs to add sprite.
  • The sprite is added to cardObj and it is displayed in the player's hand.

Current Behavior

  • Sprite is not being added to the game object.
  • This causes the game object to behave strangely in game (appear behind the board area and disappear after multiple drags).

Possible Solution

  • Need to find a way to add the image script to the game object programmatically so that it is THE SAME as adding it in the inspector.
  • When the sprite is attached to the object in the inspector, all the problems go away.

Steps to Reproduce (for bugs)

  1. Run code.

Your Environment

  • Commit hash: ``
  • Operating System: ``
  • Postgres Version: ``
  • Ruby version: ``
  • Rails version: ``
  • Browser Name and version: ``

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.