/Guess-Coding-Language-Game

This is my own implementation of the game from Mansoor Codes.

Primary LanguageJavaScript

👋Hello!


gtc_demo

This is a simple game, written with Next.js and some pure CSS.
In this game you have to guess programming language using a code snippet and a set of options.
Enjoy!

🎯Goals:


  • Solve bug with 2 equal options.
  • Add styles.
  • Make all base game mechanics.
  • Solve bug with bottom margin for small-height gists when max-height property is set. Also, solving this issue will speed up work with the API, because we we won't need to filter gists by their size.
  • Speed up work with the API (e.g. handle array of gists).
  • Gap is smaller, between buttons and gist frame, when height of the frame, without max-height, is more than max-height value. Try to solve this.