An open API service indexing awesome lists of open source software.

https://github.com/gurleensethi/soen6441-battleship

Project for APP | SOEN 6441 | Battleship
https://github.com/gurleensethi/soen6441-battleship

Last synced: 16 days ago
JSON representation

Project for APP | SOEN 6441 | Battleship

Awesome Lists containing this project

README

          

# SOEN 6441 Battleship

### Installing Maven (Mac Only)
```shell
brew install maven
```

## Import Project in IntelliJ
`Open > pom.xml > Open as Project`

Run:
```shell
mvn install
```

## Run the project (direct)
```shell
mvn exec:java -Dexec.mainClass="com.soen6441.battleship.app.AppWithGUI"
```