Skip to content

Sokom141/BattleShip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BattleShip CodeQL

A simple battleship game written in Java with a Graphical User Interface and optional online playing.

Table of Contents

Technologies

This project was initially built using:

  • Maven
  • JDK 14
  • JUnit 5 for testing
  • IntelliJ form creator for .form files ( GUI components )

Features

  • Easily configure your player settings and distinguish yourself with a username and an avatar
  • Self-host your game and play with a friend*

*When hosting the game you may be required to open the port or modify the firewall to play over the Internet

Status

This project is currently in early development

Contributing

You're free to fork the repository and work on addition, improvements and bug fixing or open an issue to leave a feedback or a suggestion.

When you're done open a pull request and discuss!