项目作者: nadunz

项目描述 :
Client-Server architecture for two player battleship game
高级语言: Java
项目地址: git://github.com/nadunz/Multiplayer-Battleship-Game.git
创建时间: 2020-06-08T12:25:12Z
项目社区:https://github.com/nadunz/Multiplayer-Battleship-Game

开源协议:MIT License

下载


Multiplayer-Battleship-Game

Client-Server architecture for two player battleship game

Features

  • Multiplayer
  • Simple random bot player implemented in server side
  • 10 x 10 grid battle field
  • Human player can place ships manually

Build && Run

I have added two build.xml files for client and server.
Go to the corresponding directories and just type command $ ant on the terminal and run the build.xml files.
They will be built automatically and run :+1: :white_check_mark:

Interfaces

Server

Capture

Client

Capture