Together-Java / TJ-Plays

Discord bot to play various games on the Together Java server. It is maintained by the community, anyone can contribute.
https://togetherjava.org/
GNU General Public License v3.0
7 stars 4 forks source link

Add Programming language guesser game #17

Open Taz03 opened 6 months ago

Taz03 commented 6 months ago

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.

Suleman70 commented 6 months ago

Can i be assigned to this?

Suleman70 commented 6 months ago

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.