https://github.com/ramzijabali/ship-sinking-game-mvvm-java
Refactored previous CS project to use MVVM pattern
https://github.com/ramzijabali/ship-sinking-game-mvvm-java
java mvvm
Last synced: 4 months ago
JSON representation
Refactored previous CS project to use MVVM pattern
- Host: GitHub
- URL: https://github.com/ramzijabali/ship-sinking-game-mvvm-java
- Owner: RamziJabali
- License: unlicense
- Created: 2019-08-11T05:23:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T23:45:38.000Z (over 4 years ago)
- Last Synced: 2025-01-12T12:49:22.876Z (6 months ago)
- Topics: java, mvvm
- Language: Java
- Homepage:
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sink the Ship Game
In my CSC110 Intro to Java class, I was tasked in doing a sink the [sea ship game.](https://github.com/RamziJabali/CSC110-intro-to-java/tree/master/assignment-4-sea-game) In looking at industry standards of development, I found the Model, View, View Model ([MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel)) a standard. I took the time to read up on it and redo the project using the pattern accordingly.## Playing then quiting after short period

## Player Hitting own ship

## Player misses hitting a ship

## Player destroys enemy ship

## Player hits already hit ship

## Player Wins game
