Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OEUG99 authored Mar 29, 2023
1 parent ff187ea commit 8461e48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MVC-Yahtzee
Yahtzee, written in Java, using the MVC design pattern.

Support for multiplayer, resizable UI, and music.

Multiplayer is done via swapping the user model at run time, each user is given a model object which stores their score, we can swap them out whenever its a specific players turn while keeping the controlling and viewing code exactly the same.


https://user-images.githubusercontent.com/46060175/228454879-c8ee68df-e532-41f4-906e-cc51545c2368.mp4

0 comments on commit 8461e48

Please sign in to comment.