Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 645 Bytes

logo-matcher-game

Travel through the various levels, ranging in difficulty, identifying familiar favourites and obscure gems

Level 1

Difficulty: Easy
Description: Match 10 programming language logos with their name. Static list.

Level 2

Difficulty: Easy
Description: Match 10 programming language logos with their name. Dynamic list.
Generate the 10 from a batch of 20. Randomise the order

Level 3

Difficulty: Medium
Description: Match 10 programming language logos with their name. Dynamic list.
Generate the 10 from a batch of 20. Randomise the order.
File names to be GUIDs so no sneaking on dev tools.