cmccormack / minesweeper

Simple Minesweeper Game in JS
MIT License
1 stars 3 forks source link

Need art assets for game board #7

Open cmccormack opened 5 years ago

cmccormack commented 5 years ago

Need icons for the game board: Flag or similar to show where a bomb might be if user right clicked Bomb icons to show on board when user clicks a bomb and fails

These can be font icons or images but should be high resolution to support mobile devices and higher resolution monitors.

bradtaniguchi commented 5 years ago

We could go the minimalist route and use css to make the assets. The only one I'm not sure about is the "status" or "face" thing at the top of mine sweeper that shows the happy face, open mouth and dead faces depending on the status of the game. Idk if you want to add that but thats extra icons.

Bombs could just be circles if you wanted to keep things really minimal haha. But that seems confusing.

cmccormack commented 5 years ago

@bradtaniguchi I used http://nagoshiashumari.github.io/Rpg-Awesome/ in the past, may have everything we need for simple interface.