🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

[WIP] Clash of the Daemons

Started by
-1 comments, last by yahiko00 7 years, 10 months ago

Link : http://yahiko.developpez.com/apps/ClashDaemons/

Controls:

  • Arrow keys to move
  • CTRL for melee attack
  • SHIFT for ranged attack

This is a hack 'n slash based on a prototype for an AI implementation of behavior trees, which is the main reason of this project.

Sprites of monsters come from OpenGameArt.org. The title screen and the HUD were made by myself.

Features implemented so far:

  • 2D circle based collisions
  • AI (cf. below)
  • Pathfinding (not enabled for now)
  • Respawn of monsters

AI behaviors implemented so far:

  • Red monster : Melee attack
  • Orange monster : Ranged attack
  • Khaki monster : Hit and run
  • Yellow monster : Just wandering

Technologies:

  • Written in TypeScript
  • Powered by Phaser Framework

If anyone serious enough is interested to improve this game (game design, game play, graphics, optimizations), feel free to contact me.

This topic is closed to new replies.

Advertisement