arthur-apanovics / CountdownChallenge-InterviewSolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding challenge for OnSide

Create a C# solution that plays a 1-player version of the Countdown letters game rounds.

Requirements:

  • UI can be whatever you like (Console, WinForms, Web) - but keep it simple
  • The program should allow the user to choose Consonants / Vowels
  • The program should automatically identify the longest possible English word in each round and score the appropriate number of points for the round.
  • The program should allow for 4 rounds to be played
  • The program should keep track of the total points scored

Result

demo animation

About


Languages

Language:C# 60.5%Language:JavaScript 18.0%Language:HTML 15.7%Language:CSS 5.8%