Skip to content

frankhale/BlazorRogueLike

Repository files navigation

BlazorRogueLike

This is a crazy idea where the game field is rendered using DIVs instead of something performant like a Canvas or WebGL. This is totally crazy and it's working!

All game code is in Index.razor,,, don't @ me...

There are a lot of areas that can be improved.

Features:

  • Scrollable map
  • Player can walk over map and is kept inside via collision detection with wall
  • Player can pick up items such as Health gems, coins and treasure chests
  • Player can attack enemies (combat information is displayed in hud)
  • Player can win by obtaining the golden candle

Not Yet Implemented:

  • Stairs to other levels (tileset has stairs tiles)
  • Enemy AI (enemies just roam freely around)
  • Level progression (some way to increase attack power)

Screenshots

New

Old

Videos

Game Play (Part 5)

Game Play (Part 4)

Game Play (Part 3)

Game Play (Part 2)

Game Play (Part 1)

Author

Frank Hale <frankhaledevelops@gmail.com>

23 Feb 2021

License

MIT

About

An experiment in game making

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published