Skip to content

SamuelSatiroDev/CardGame-JobTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

www.linkedin.com/in/samuel-sátiro

Card Game - Job Test

Unity 2022.3.40 or higher


Media 13_08_2024 12-09-23

How to initialize?

In the project there is no need to start with a specific scene, it has scripts that manage the correct initialization of the scenes.

Media 13_08_2024 10-53-22

This script is responsible for loading the GameManager scene (persistent) after pressing PLAY. Media 13_08_2024 10-54-00

After loading the GameManager (persistent) scene, it has scripts that will load the other scenes. Media 13_08_2024 10-54-36

How to add a card to the deck?

Media 13_08_2024 12-00-57

How to create a new deck?

Media 13_08_2024 12-05-49

How to change the rotation of the card when placed?

Media 13_08_2024 12-12-09

Script information

Scripts responsible for checking feedback and activating events. (For example: when a card is added, when the game starts...)

Media 13_08_2024 12-15-17

Script responsible for creating a singleton of ScriptableObjects, allowing access to information from ScriptableObjects directly, without the need to declare reference variables.

Media 13_08_2024 12-15-43

These scripts allow you to create items for your game; in this project, for example, an item was created for a card. In addition, you can also display information from ScriptableObjects in the user interface (UI).

Media 13_08_2024 12-16-09

This script is responsible for loading the GameManager scene.

Media 13_08_2024 12-16-27

Scripts used as tools, based on ScriptableObject, to facilitate various modifications in the game, such as rotating cards and loading scenes, among others.

Media 13_08_2024 12-16-48

Interface used to reset the game.

Media 13_08_2024 12-17-02

Pooling system that can be applied to any type of class; in this project, it is used to generate cards.

Media 13_08_2024 12-17-16

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published