Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mizrael/blazeroids

Blazeroids is a 2d space shooter implemented using Blazor and .NET.
https://github.com/mizrael/blazeroids

asp-net-core blazor blazor-webassembly dotnet dotnet-core

Last synced: 23 days ago
JSON representation

Blazeroids is a 2d space shooter implemented using Blazor and .NET.

Awesome Lists containing this project

README

        

# Description
Blazeroids is a 2d space shooter implemented using Blazor and .NET. Canvas interop is handled using https://github.com/mizrael/Blazorex/

You can see it in action here: https://mizrael.github.io/Blazeroids/

Deployment is handled via Github Actions using the approach outlined [here]([https://www.davideguida.com/how-to-deploy-blazor-webassembly-on-github-pages-using-github-actions/](https://www.davidguida.net/how-to-deploy-blazor-webassembly-on-github-pages-using-github-actions/)) .

Assets were downloaded from https://www.kenney.nl/assets/space-shooter-redux .

Music: https://www.youtube.com/watch?v=AcWH1abWs4o
Additional sound effects from https://www.zapsplat.com

There's also an offline version based on [Monogame](https://monogame.net/), [check it out!](https://github.com/mizrael/Solo/tree/main/games/Monoroids)