Git Product home page Git Product logo

chess-quiz's Introduction

Chess Question

Abstract

You have been provided with a third-party library libraries which calculates the legal moves a knight can make given a position on an 8\times8 board. The library has been used to create a GameRunner which moves a knight randomly around a board, given an initial starting position and a total number of moves to make.

Problem

Extend this GameRunner to set up an 8\times8 square game board containing several different pieces in predefined positions.(by implementing the ComplexGame contract and implement runComplex where it's used) For each move of the game, the GameRunner will choose a piece at random, and move it to a randomly selected valid position.

You are not allowed to change any of the libraries code.

Extend the GameRunner and contracts involved as required.

  • Use Object Oriented Design and Modeling appropriately for extensibility.
  • Make the contracts easily upgradable, take, if we want to add more chess types, we don't need to re-deploy the old game contracts.
  • Implement the deployment process in deploy.ts
  • Add more unit tests if needed

Game Rules

  • Only one piece can occupy any position on the board at a given time.
  • All pieces can “jump” any occupied position.

Note: Although the game bears a striking resemblance to Chess, this is entirely coincidental. Do not assume other chess rules apply.

Game Pieces to support:

  • Knight - Moves as implemented by libraries
  • Bishop - Moves diagonally, any distance within board boundaries
  • Queen – Moves diagonally, horizontally or vertically, any distance within board boundaries

chess-quiz's People

Contributors

gejeduck avatar

Watchers

 avatar

Forkers

edcjian

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.