Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mizrael/blazeroids
- Owner: mizrael
- Created: 2020-10-27T15:46:55.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-19T13:08:58.000Z (3 months ago)
- Last Synced: 2024-10-14T03:09:38.566Z (about 1 month ago)
- Topics: asp-net-core, blazor, blazor-webassembly, dotnet, dotnet-core
- Language: C#
- Homepage: https://mizrael.github.io/Blazeroids/
- Size: 8.8 MB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.comThere's also an offline version based on [Monogame](https://monogame.net/), [check it out!](https://github.com/mizrael/Solo/tree/main/games/Monoroids)