Skip to content

Add Programming language guesser game #17

Description

@Taz03

Programming language guesser

Give a small to medium sized code block (maybe no more than 80 lines? to discuss) and give 4 programming language options to select.

Additionally also have a leveling system(to be discussed):-

  1. Easy - Only use popular languages which most people know about so it's easy to guess
  2. Medium
  3. Hard - Not commonly known languages among enthusiasts so it's hard to guess
  4. Impossible - Include very old forgotten or languages that never became popular, etc., it might also include ASM and the player will have to guess based on the instruction set used

Implementation

One way to implement this is to get the questions from ChatGPT and parse them. Other implementations are open for discussion.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions