Giter VIP home page Giter VIP logo

asyncredux's People

Watchers

 avatar  avatar  avatar

asyncredux's Issues

Use builder pattern for store construction

StoreSetup should return a store builder rather than construct stores itself, as this allows plugin libraries to extend the builder with additional store configuration options (e.g. middleware).

Implement end game detection logic for "chess" sample project

I've put together a basic chess console application to provide a practical demonstration of how this library can be used. Currently, the end game detection logic in Game.cs is placeholder, and it would be a good idea to implement the logic for that.

Specifically, Game.CheckGameOver(Board board, out Player? winner) should:

  • return false and set winner to null if the game is not yet over
  • return true and set winner to the winning player (black or white) if board represents a state in which one player has checkmated another
  • return true and set winner to null if the board represents a stalemate

Ordinarily there would be test cases in place to validate the implementation. However, as this is an example project there are no test cases, as it's only used for demonstration purposes so it's not critical if there are a few bugs in it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.