Skip to content

devzilenas/BattleShipGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BattleShipGame

Implementation of a game "BattleShip".

To run a point-and-click game do

$cd BattleShipGrid

$mr.bat

To run a battle over the server do:

$cd BattleShipNet

$start_battle.bat

This starts one server, two clients, and arranges a BattleShip battle between clients.

AI : adding BattleShip strategies

To add a strategy extend BattleShipStrategy (for example see BattleShipStrategyRandom) and create a game (see GameFactory) with your strategy.

Overview of the BattleShipGame Classes

About

BattleShip game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published