Skip to content

rivdiv/play-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Basic one-player SET game using ASP.NET WebForms.

Future goals would include converting logic to client side, using SignalR to allow for multiple players and improving alignment of diamond-shaped cards.

(Cards are generated using the System.Drawing class in CardGenerator.cs.)