ErneDainesi / game-dev-desafios

Repo para subir desafios del curso de desarrollo de videojuegos de coderhouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic controls

  • q: change camera
  • w,a,s,d: movement
  • f: fire weapon
  • t: get random weapon from inventory
  • r: reload

Basic mecanics

Player has 10 bullets, when they run out you must reload.
If a zombie hits the player, the player looses health. When health goes down to zero, the player dies.

Objective

Multiple zombies will spawn in the game, the objective is to eliminate as many zombies as possible without dying.

About

Repo para subir desafios del curso de desarrollo de videojuegos de coderhouse


Languages

Language:ShaderLab 75.1%Language:HLSL 13.1%Language:C# 11.8%