matiangul / battleship

One-sided game of Battleships

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battleship

Prerequisites

Nodejs and npm v12

https://nodejs.org/en/

Installation

npm install

Build an app

npm run build

Run tests

npm test

Play game in cli

npm run play

Run dev env (frontend)

npm run dev

About

One-sided game of Battleships

License:MIT License


Languages

Language:TypeScript 99.2%Language:HTML 0.8%