Joseph Collado
Project 1 for CSC 350H @ BMCC
Implementation of the Elevens card game
Extra:
- Using Unity3D for graphical display
Version 0.1:
- Added Suit and Rank enums
- Added Card, Deck, Board, and Elevens classes
- Implemented most methods, except for the event handlers
Version 0.2:
- Added UI for the board, buttons, and some information display
- Added an event manager to keep UI and Game Logic code separate
- Implemented event handlers in the game logic code
- Implemented UI code for game state display that responds to game events
- Game is fully functional
- Missing: Deck display with count of remaining cards
Version 1.0:
- Added Deck display with count of remaining cards
- Added Quit button to exit application
For Windows:
- Go to Releases (on the right if the link doesn't work)
- Download the latest Elevens zip file
- Unzip the file and run Elevens.exe
I don't have a mac so if you do, you have to build it on your own
For macOS:
- Download Unity version 6000.0.32f with macOS build support
- Clone this repository and open in Unity
- Go to File > Build Profiles
- Ensure that Scenes/Elevens is the only scene in the scene list tab
- Click on the macOS tab and click the Switch Platform button
- Click Build and open the game from whichever folder you build to