简体   繁体   中英

What would be the most appropiate programming language for a beginner that wants to build simple web games that involves text input and audio output?

First off, apologies if my question is not more precise or clear, but I simply don't have the technical expertise to phrase it correctly. Let me try by giving you an example of the kind of app/game/website? I want to build:

  1. the player starts the game by choosing a level
  2. they hear a phrase, and they have to type it into the box
  3. if the sentence they have typed in is incorrect (doesn't match the sentence heard), errors will be hightlighted, and they are prompted to try again in a new box.
  4. when their input is correct, they hear a new sentence and so on

如果只有网络,则可以使用Javascript(操纵前端)和一些php(例如,如果您需要从数据库中获取音频和句子)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM