Skip to content

Examples from the course Design and programming of computer games (Dizajn i programiranje računalnih igara)

License

Notifications You must be signed in to change notification settings

fipu-nastava/dipri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dizajn i programiranje računalnih igara

Unity version: 2021.3.19f1

You can also clone each exercise separately by running the follwing commands:

git clone --depth 1 --no-checkout https://github.com/fipu-nastava/dipri.git

cd dipri

git sparse-checkout init --cone

git sparse-checkout set <exercise folder here>

git checkout @

Implementation of Roll-a-ball game

Rol

Terrain exercise using assets:

Terrain

  • Skybox
  • Lighting
  • Audio (AudioManger)

Used assets:

Skybox Audio Lighting

Used assets:

UI components

Rollin pumpkins

Used assets:

Rollin pumpkins

2D Game - Flappy Bird game implementation from unity tutorial

Assets needed are available in this zip

Flappy Bird

Unity NavMesh

Brackeys NavMesh tutorial

NavMeshComponents

NavMesh

Unity Animation

Used assets:

Animation

Unity AnimationControllers

Used assets:

Animation2

Coupling Animation and Navigation

Used assets:

Character animation with NavMesh

ScriptableObjects

Used assets:

Scriptable objects

Quest system using ScriptableObjects

Quest System

Releases

No releases published

Packages

No packages published

Languages