-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.yaml
32 lines (32 loc) · 1.09 KB
/
project.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
# Members of your group.
group:
- name: Ruth Taddesse
netid: ryt5
- name: Temi Adebowale
netid: ta375
- name: Charles Liggins
netid: cll258
- name: Celeste Naughton
netid: can82
- name: Naomi Naranjo
netid: nsn25
# Your PM.
pm:
name: Sahil Hosalli
netid: sh2276
# Set to false if you don't want your gallery entry to be public.
publish: true
# Pithy title [TODO]
title: ""
# OK if this is a Cornell Github link, but public gallery viewers won't be able to see it.
git-repo: "https://github.com/ruthyt23/cs3110-final-project"
# Replace the URL with your own demo video.
demo-video-url: ""
# Write a short, attention-grabbing description of your project.
desc: >
Our project recreates the functionality and excitment of Monopoly Deal with
Ocaml. Players can draw and play various card types, including properties, money,
and action cards that enable interactions between players, such as stealing or swapping
properties, and collecting or paying debts. We abide by all the rules of the traditional
Monopoly Deal game, and allow for support for up to 5 players.