Snake game using various .NET techologies
A "Snakes" game implemented using various .NET technologies.
You are the blue snake. Turn left/right with your arrow keys. Eat the berries, and avoid the walls and the other snakes. Be the last snake left standing.
Currently there is a multi-player game with a Console Client, and a Blazor client.
- Make multiple clients:
- Test/fix PWA support for Blazor client
- MAUI
- Winforms
- This repo currently uses .NET 6, so you'll need it installed in order to build/run.