Skip to content

jbetala7/Wizardora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warriorz

What is Wizardora?

Three-dimensional role-playing video game Wizardora is created in unity. It consists of:

  • An Island, which serves as the game's map and has a variety of landscapes, including cliffs and beaches, as well as shops, enemies, pickups, and collectibles, etc.
  • 6 Enemy AIs; a dragon, a spider, wolf-riders, orc-pigs, skeletons, and small-skeletons having different attacks and animations.
  • 7 NPC AIs; shopkeepers that the player can interact with to learn more about the plot and the chores that must be completed in order to succeed in the game.
  • 7 Shops; four bar houses where players can buy food to restore health, two wizard houses where they can buy ingredients for potions to be brewed, and a blacksmith house where they can buy weapons and armour.
  • 3 Attacks; weapons attacks, magic attacks that can be created by brewing potions after the magic book has been found and spell attacks which can be equipped once the player has found and collected the spell book.
  • 6 Player’s Characters; both male and female.
  • Menus; inventory menu, deeds, stats, seven different shop menus for each of the internal houses.
  • Graphics; models of environment items like tress, plants and more or textures of different terrains, baked lightings used to highlight UI elements in the game.

Getting Started

Prerequisites

  • The game is created using two different versions of Unity engine, 2021.2.7f1 and 2021.3.6f1. These versions of the Unity engine can be found here
  • The game has been tested and evaluated on Windows 10, Windows 11, and various versions of macOS.
  • PC Requirements:

PC Requirements Image

Setup to run or edit game in the Unity engine

  • It is recommended to install Unity 2021.3.6f1 for opening this project.
  • Clone or download the project from this GitHub repository:
  • Open the cloned folder from inside Unity Hub.
  • The warnings in the image below are from the original downloaded assets that were in the sprites folder and don't affect our main project after these sprites were edited to remove them If you notice any problems like this, just click the clear button and they will go away.

Warnings Image

  • Navigate to Assets -> Scenes from the Project tab in your Unity Application.

Project Tab Image

  • Double click the MainMenu which opens the first scene of the game.
  • Hierarchy displays all the game objects present in the current scene and Inspector shows the parameters, scripts, components, etc that have been assigned to that item. Edits done on the Scene tab can be previewed in Game tab.
  • To make it easier for fresh developers to work on this project and comprehend its mechanism, every folder in the parent Assets folder is titled suitably.
  • The Game tab should be selected first, and the display resolution should be adjusted to 1920 x 1080 for the optimal gaming experience (for macOS it’s recommended to set it Free Aspect). The scale slider must be having the minimum value on the left, and the option Play Maximized must be chosen from the drop-down menu.
  • Click the Play button at the top.

Play Game Image

  • ENJOY!

Instructions to run the game application

  • Depending on the operating system you are using, choose one of the zip files from the links below and download it.
    1. Windows OS - Link
    2. macOS - Link
  • Extract the file after once the download is complete.
  • Double click the Wizardora application inside the root folder (use control + click to open the application in macOS it shows any warning of some kind)

Game Application Image

  • If there is a warning received when opening the application in Windows do as following:

Windows Warning Image

  • Press control key and click open to launch the application in macOS it shows any warning of some kind

macOs Warning Image

  • HAVE FUN!

References of assets and packages used in Unity

FONT

ICONS

UI & PLAYER

ENEMIES

Music & SFX

ANIMATION

About

RPG built int Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors