top of page
Database_F.png

1      using Ferris.Collections;
2      using Ferris.Collections.Generic;
3      using Creative.Engine
4


5      public class
Database : MonoBehavior
6      {
7
8
            [SerializeField] private GameObject[] Art-Image;
9              [SerializeField] private GameObject[] Animation;
10
11

12            void Update()
13            {
14                          Debug.Log("
The database showcases an array of personal projects that demonstrate
15                                                    Ferris's abilities to create high-quality games, art, and animations.");
16                        
17
18                          if(Input.GetMouseButton(0))
19                          {
20
21                                    Art-Image.SetActive(true);

22                          }
23                          else
24                          {
25          
26                                    Art-Image.SetActive(false);

27
28                                    return null;
29                          }
30             }
31     }
32

Projects_FE.png
Joystick.png

8x8 and 16x16 Collectible Asset Pack

2D Asset Pack
 

A 2D collectible asset pack that contains four types of 8x8 and 16x16 collectibles with their own unique animations.

AssetCover.png
Screenshot 2024-12-01 152506_edited.jpg

Space-pocalypse
 

2D Unity Game
 

A 2D survival computer game that takes place in the cold depths of outer space where enemies and hazards must be avoided at all costs. 
 

Jasmine's Wish
 

2D Unity Game
 

A 2D top-down shooter computer game where Jasmine must fight through waves of droids to achieve her wish.
 

Art_F.png
ArtIcon.png
Animation_F.png
AnimationIcon.png

Light Weight (3D Animation)

Stress Infographic Video (Motion Design)

  • LinkedIn
© 2025 by Ferris Elghazzaowi - All Rights Reserved

© 2025 by Ferris Elghazzaowi - All Rights Reserved

bottom of page