keep-starknet-strange / tsubasa

Tsubasa onchain game built with Dojo, running on a Starknet Appchain.
https://play.tsubasa.win
MIT License
59 stars 30 forks source link

Build the Game Board background #17

Closed clicksave closed 1 year ago

clicksave commented 1 year ago

We have a nice looking soccer BG that needs to be constructed. This serves as the background of the game board.

image

Lets make it responsive as well.

Note: the soccer board in the center has a max & min widths, beyond that its max size stops expanding and is center aligned on the page.

https://github.com/keep-starknet-strange/tsubasa/assets/3332646/5c41c9e4-35b9-4f78-940e-2acdb1a21b51


On mobile the orientation of the field changes

image

https://github.com/keep-starknet-strange/tsubasa/assets/3332646/f3ebc7b4-4218-4c32-b4b1-f6e4ee1ea2e8

Note: the mobile version of the field rests in a specific section on the game board

image

Resources

Desktop - Mobile

ayushtom commented 1 year ago

I can pick this @LucasLvy

ayushtom commented 1 year ago

40