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
- Host: GitHub
- URL: https://github.com/gurleensethi/soen6441-battleship
- Owner: gurleensethi
- Created: 2019-07-04T01:12:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T22:42:56.000Z (about 6 years ago)
- Last Synced: 2025-01-29T18:30:17.419Z (9 months ago)
- Language: Java
- Size: 4.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```