MenNMonsters / CapstoneGame

2 stars 1 forks source link

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

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