/The-Graveyard-Game

Game for the GDFG July 2023 Game Jam

Primary LanguageHTML

Changelog

0.6.2

August 25, 2023

Playable Demo

What's Changed

  • Fixed bug with aiming/firing controls being reversed.
  • Added attack audio for enemies.
  • Added audio for when enemy spots player.
  • Moved scripts with triggers to be on individual game objects rather than being on the Progression game object as I was running into performance issues with the one Game Object checking all triggers every frame.
  • Added audio for arrow.
0.6.1

July 29, 2023

No playable demo due to build error

What's Changed

  • Added instruction text
  • Added enemies to the map
  • Finished creating triggers for different in game events
0.5.0

July 28, 2023

Playable Demo

What's Changed

  • Finished building rough structure of building
  • Created landscape outside
  • Added more enemies throughout the building
  • Added fog
0.4.1

July 26, 2023

Playable Demo

What's Changed

  • Enemy follows player when they are within a certain distance
  • If the player is within vision, the enemy turns a different color, and starts slowly moving towards the player
  • If the enemy is close enough to the player, they turn red and start attacking/chasing
  • Fixed bug with enemy animation not looping
0.3.1

July 26, 2023

Playable Demo

What's Changed

  • Fixed the build error
  • Fixed bug causing arrow to freeze immediately in the air
0.3.0

July 25, 2023

No Playable demo due to build error

What's Changed

  • Prevent player from sprinting while aiming
  • Fixed arrow pickup mechanic
  • Added enemy attack trigger, and animation
  • Enemy damages player if player is hit
  • If player's life reaches 0, they die
  • Added ragdoll to player
0.2.0

July 22, 2023

Playable Demo

What's Changed

  • Added Enemy colliders to each body part
  • Enabled ragdoll for enemy when they die
0.1.5

July 20, 2023

Playable Demo

What's Changed

  • Added enemy animations
0.1.4

July 19, 2023

Playable Demo

What's Changed

  • Added Enemy
  • Smoothed player animation by removing some animations while aiming
0.1.3

July 19, 2023

Playable Demo

What's Changed

  • Built game uncompressed (works in GitHub Pages now)
  • Added player, some player animation, and arrow shooting mechanics
0.1.0

July 18, 2023

Playable Demo

What's Changed

  • Initial Build
  • Uses gzip compression, which doesn't load in GitHub Pages