Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 652 Bytes

Snakes

Snake game using various .NET techologies

What is it?

A "Snakes" game implemented using various .NET technologies.

How to play

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.

Status

Currently there is a multi-player game with a Console Client, and a Blazor client.

Roadmap

  • Make multiple clients:
    • Test/fix PWA support for Blazor client
    • MAUI
    • Winforms

Building

  • This repo currently uses .NET 6, so you'll need it installed in order to build/run.