luise84 / SoftwareEngineering-Battleship

Battleship game based on MDA with codegenerators for playfields and computermoves, Antlr and AI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoftwareEngineering-Battleship

Update Playfield/level.txt if necessary by insertion "w" for water and "s" for ship. Update ComputerMoves/computermoves.txt if necessary by insertion "row" and "position in row"; like "b7;".

Execute Playfield/PlayFieldGenerator.java to generate the level. Execute ComputerMoves/ComputerGenerator.java to generate the computermoves (KI). Execute Battleship/Main.java to start the game.

About

Battleship game based on MDA with codegenerators for playfields and computermoves, Antlr and AI.


Languages

Language:Java 99.3%Language:ANTLR 0.7%