Giter Site home page Giter Site logo

probable-engine's Introduction

This is a 2-player game on a chessboard:
•	The game starts with k coins located at one or more (x, y) coordinates on the board (a single cell may contain more than one coin). The coordinate of the upper left cell is (1, 1) and the coordinate of the lower right cell is (15,15).
•	In each move, a player can move a single coin from some cell (x, y) to one of four possible tiles:
    # move1: 1 tile right 2 tiles up
    # move2: 1 tile left 2 tiles up
    # move3: 2 tiles left 1 tile up
    # move4: 2 tiles left 1 tile down

•	The players move in alternating turns. The first player who is unable to make a move loses the game.
•	Constraints:
o	1 <= k <= 1000
o	1 <= (x, y) coordinates <= 15
o	k and the (x, y) coordinates are randomly selected
•	Provide the players with an option to save the game. Saving a game outputs the current field the save_SURNAME.txt file and exits the program.
•	Provide the players with an option to restart the game. Restarting a game resets the board.
•	For better user experience, clear the screen every time you display the board. HINT: import os

probable-engine's People

Contributors

renzvalentino avatar

Watchers

Lorenzo Valentino avatar

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.