greenstack / spite-framework

The Spite Framework is a C# library meant to simplify designing and implementing turn-based gameplay by providing some boilerplate code.
MIT License
6 stars 0 forks source link

Get Spite working with .NET projects #26

Closed greenstack closed 3 years ago

greenstack commented 3 years ago

Currently, Spite only supports .NET core and not the .NET framework. This limits the kinds of applications that Spite can be used with.

greenstack commented 3 years ago

This should probably also have a pipeline associated with the .NET framework as well.

greenstack commented 3 years ago

Because I have such limited time and I want to focus on the framework working as good as possible, we can tackle the pipeline later.

greenstack commented 3 years ago

Issue #30 handles the issue with there being no pipeline.