Skip to content

EBersin7/UnityCapstoneProject

Repository files navigation

Men & Monsters

A networked game built for CIS 4398. Men & Monsters is an Android and iOS compatible multiplayer, networked game, inspired by the classic board game Dungeons & Dragons. Players choose a character with distinct attributes and abilities. They then join a team of other players whom work together to progress to the end of the map. Along the way, the players have turn-based combat against monsters, encounter non-player characters, and make decisions to help gain an advantage over the final boss. Chat functionality and dynamically drawn mazes create a unique game experience every time.

Implemented features

  • Main Menu
    • Play / Quit button
  • Lobby
    • Create new game
      • Optionally password protect game
    • Join an existing game
      • Enter password if one is set
    • Character selection
      • Disable character already chosen by another player
  • Combat
    • Navigation controls for map
      • Enter combat room once the character icon has moved to opening via collision detection
    • In combat room:
      • Allow players to select from various attack to use on enemy for their turn
        • Enemy selects random player(s) to attack & deals random amount of damage within a range
    • Sync player stats accros all devices in the game
    • Allow players to chat with each other
    • End game once all players have died or all enemies have been defeated

Installation and use

Via binary: (Android only)

  1. Download the latest release for Android
  2. Unzip the file
  3. Connect your Android smartphone via USB to a computer
  4. Drag the unzipped APK file to your Android device listed on your computer's connected devices
  5. On your Android device tap the APK file to complete the installation

From source:

  1. Download Unity
  2. Download and unzip the latest released Men & Monsters source
  3. Open Unity
  4. Select "Open"
  5. Navigate to the location of the unzipped source code
  6. Select the main directory and click "Open"
  7. From the Unity project tree select MainMenu
  8. Double click the asset labeled MainMenu with a Unity logo icon
  9. Click "Run" at the top of the Unity editor

Known bugs

  • When the host leaves the game, a new host is not assigned. Instead the lobby is destroyed and the players a pushed to the Lobby screen
  • The position in the party of the player who leaves the game is not able to be filled by another player joining after the game has been starting. After the lobby enters the game no other players are able to join
  • The character portrait is not greyed out for other players in the lobby, however the same character cannot be chosen by another player once it is chosen

About

My first Unity project. Completed for the Temple Capstone graduation requirement as a member of a group.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published