Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Programming language guesser game #17

Open
Tracked by #11
Taz03 opened this issue Mar 16, 2024 · 2 comments
Open
Tracked by #11

Add Programming language guesser game #17

Taz03 opened this issue Mar 16, 2024 · 2 comments
Assignees

Comments

@Taz03
Copy link
Member

Taz03 commented Mar 16, 2024

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.

@Taz03 Taz03 mentioned this issue Mar 16, 2024
3 tasks
@Taz03 Taz03 changed the title Programming language guesser Add Programming language guesser game Mar 16, 2024
@Suleman70
Copy link
Member

Can i be assigned to this?

@Suleman70
Copy link
Member

Suleman70 commented Mar 19, 2024

Implementation is going to changed to a Manual approach as discussed in Discord. We will add questions to a DB and will randomly select a question (with its selected difficulty). These questions will be generated by the community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants