Skip to content

Releases: brianisbrilliant/VelocityTester

Showing off git releases

28 Apr 19:53
Compare
Choose a tag to compare
Pre-release

This release is not complete, but it is kinda fun. I am demonstrating a git release.

Beta 0.6

24 Apr 04:44
Compare
Choose a tag to compare
Beta 0.6 Pre-release
Pre-release

This release has simple AI moving towards the player, no more than 10 at a time. The bullets affect enemies differently based on the interaction between their elements, for example

If the bullet is a Flame element and the enemy is an Ice element, then the bullet does full damage.
If the bullet is a Candy element and the enemy is an Ice element, then the bullet does half damage.
If the bullet is an Ice element and the enemy is an Ice element, then the bullet gives health instead of taking it away!

TODO

  1. I need to add UI that explains the various things happening around the level and behind the scenes.
  2. I need to build a better level.
  3. I need to create a way for the player to die, causing a restart of the level.
  4. I need to add audio.