Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Begin development of matching game for College Apps case study #83

Open
RahulKhanna14 opened this issue Apr 17, 2024 · 0 comments
Open
Assignees
Labels
advanced More challenging feature

Comments

@RahulKhanna14
Copy link
Collaborator

We'd like to implement a new game for our College Apps case study section, where users are presented one-by-one with images of shapes, and need to group them as either a "triangle" or "rectangle". At first, the two groups are heavily associated with a certain color (many triangles are green and many rectangles are red, for example). Later, we introduce new colors that could confuse the user: a green rectangle, a red triangle, a blue rectangle etc. Once the time limit ends, the user is given statistics on how they did.

For now - add a new frame to the college app case study section and title it as shown.

game1

Now, add two buttons named Group 1, Group 2 on bottom left/bottom right as shown here:

game2

The above is the eventual vision of this. For now, just display some text in the middle instead of an image. Have it so that if the user clicks Group 1, the score increments by 10, otherwise if they click Group 2, it decrements by 5. The text doesn't need to change or anything yet.

@RahulKhanna14 RahulKhanna14 added the advanced More challenging feature label Oct 22, 2024
@charlenehuang1 charlenehuang1 self-assigned this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced More challenging feature
Projects
None yet
Development

No branches or pull requests

3 participants