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

List of RGB values #509

Open
TayIsAsleep opened this issue Aug 7, 2020 · 2 comments
Open

List of RGB values #509

TayIsAsleep opened this issue Aug 7, 2020 · 2 comments

Comments

@TayIsAsleep
Copy link

Is there any way to get a list with all the color values the game uses, or the way it calculates the next color? I am learning coding and im trying to recreate this game for myself.
Any help is appreciated.

@TayIsAsleep
Copy link
Author

I think i just found another clone with rgb values, but id still like the official if its possible
(https://github.com/gn03249822/Game-2048/blob/master/Gui2048.java)

@SourceCo
Copy link

Hi! The game colors are in the main.css file. Just scroll down to lines in the 300's, and you'll see the "tile-tile-2" things. Then, it shows a hex code for every tile, and you can convert it to rgb.

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

No branches or pull requests

2 participants