Coder Social home page Coder Social logo

battleships's Introduction

Battleships Description

  • Two player game

  • Each player has two 10x10 grids: tracking-grid and home-grid.

  • 1 ship x length 2 units

  • 2 ships x length 3 units

  • 1 ship x length 4 units

  • 1 ship x length 5 units

  • Each player places 10 ships, of various length, on their home grid.

  • The tracking grid is used for recording the shots you've taken.

  • Can't hit same spot more than once

  • Ships can't touch

  • The game begins with calling out a target cell of the opponent's grid.

  • If hit, you get to go again

  • the board declares if ship is hit, missed, or sunk. -->

  • A miss is marked with a 0 on the tracking grid. A hit is marked with a 1 on the tracking grid.

  • If a ship is hit in all its cells, it is sunk.

  • You cannot cheat.

  • First player to sink opponent's fleet wins. Game finishes.


Ship pseudo-code

  • locations { A1: :ship, A2: :ship, A3: :hit}

  • hit locations.each {|location, status| status = :hit if location.targeted?}

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.