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

2048 #96

Merged
merged 26 commits into from
Nov 9, 2024
Merged

2048 #96

merged 26 commits into from
Nov 9, 2024

Conversation

Christian2147
Copy link
Contributor

2048 GAME

Christian2147 and others added 15 commits October 10, 2024 15:31
- Added two components:
1. Board - the grid for the 2048 game
2. Tile - the individual tiles for the 2048 game
Can move these around later for now trying to implement.
The 2048 game is functioning correctly with keyboard input. Still need to add a score and fix bugs.
- Made the board and numbers bigger
- Added a reset game button on top
- Added a title
- Added a score label
- Implemented Scoring
- Added functionality to the reset button
- Added a "Game Over" Pop up when the game ends.
- Added some styling to the tiles (Radial Gradiant)
- Added HackRPI themed buttons to 2048 GUI
- Fixed the text coloring being too hard to see on lighter tiles.
Created HTML table for the leaderboard which will take in table data from getLeaderboard()
2048 Game Complete!
Copy link
Member

@CooperW824 CooperW824 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Ship it 10:54 AM 11/9/2024 🚀

@CooperW824 CooperW824 merged commit fa2de5c into main Nov 9, 2024
@CooperW824 CooperW824 deleted the 2048 branch November 9, 2024 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants