Christian Schladetsch

Results 29 issues of Christian Schladetsch

I fail to understand how this project can claim to be "cross platform" when it doesn't work with Windows 11 and Visual Studio 22. What am I missing? Include paths...

Ported to latest .NET and VS2022 Community.

In fact, the game needs an Options screen in general, for things like Sound Effects, Music volume etc.

enhancement

With no current visual queues, it is easy to lose the game by spending all mana, then leaving the king in check at the end of the turn.

enhancement

Since you only get mana every other turn, it can be slow to ramp up from the opening.

enhancement

Don't want to leave the player with no options.

When a modal Ui element is popped up, we do not want other objects in the background to receive ray-cast hits. There's a facility to do this in Root/UiBlocker, but...

There is a noticeable ~5 second lag at the start of the game. Unsure what this is caused by. Remove it.

The current unit-tests are broken because the rules have changed. Such is evever the case with unit-tests. The current tests must be fixed so they pass, and more tests added...

enhancement

Currently various source files reference `impl` namespaces, such as `Views.Impl` and `Models.Impl`. This is counter to the premise that the main game should only use interfaces and factories. Fixing this...