Giter Site home page Giter Site logo

etc6_remember_game's Introduction

java-

java开发六级单词记忆游戏 题:用Java编程开发“六级单词强化记忆”游戏 (0)在网上下载英语六级词汇表,中英文对应。保存在服务器端,服务器可以让1个客户端连入。客户端初始分数为10分。 以下功能1和功能2,选做1个。功能3必做。 (1)功能1:根据中文补齐英文。客户端界面打开,开始游戏。服务器随机选出一个英文单词的中文单词描述,发给客户端显示。该中文单词描述,从界面顶端落下。界面底端出现该英文单词中的1-2个提示字母,客户端补齐其他字母,提交。规则:在中文单词描述掉到底端之前,提交正确,该客户端增加1分,进入下一局;提交错误的,该客户端扣2分,进入下一局;在掉到底端前不回答,扣1分,进入下一局。进入下一局之前,若回答正确,客户端显示“恭喜回答正确”;回答错误,客户端显示“回答错误,答案是XXX”;没回答,客户端显示“您没有回答,答案是XXX”。用户分数扣到0分,则游戏输掉,退出。注:此项考察多线程、界面开发、网络编程、字符串处理。 (2)功能2:根据英文选择中文。服务器随机选出一个英文单词,发给客户端显示。该英文单词,从界面顶端落下。界面底端出现ABCD四个中文选项,其中一个正确;客户端输入选项,提交。规则:在英文单词描述掉到底端之前,提交正确,该客户端增加1分,进入下一局;提交错误的,该客户端扣2分,进入下一局;在掉到底端前不回答,扣1分,进入下一局。进入下一局之前,若回答正确,客户端显示“恭喜回答正确”;回答错误,客户端显示“回答错误,答案是XXX”;没回答,客户端显示“您没有回答,正确答案是XXX”。用户分数扣到0分,则游戏输掉,退出。注:此项考察多线程、界面开发、网络编程、字符串处理。 (3)功能3:错词保存。如果一个单词,在功能1或2中,被用户答对,将其保存在“已掌握单词.txt”中;如果一个单词,在功能1或2中,答错或没有答,则保存在“未掌握单词.txt”中(标注是答错还是没答),用户可以打开复习。对于客户端,“已掌握单词.txt”和“未掌握单词.txt”,保存在本地。注:此项考察多线程、界面开发、IO处理。

etc6_remember_game's People

Contributors

goawayearth avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.