Home > other >  Design a simple Python mathematics game system.
Design a simple Python mathematics game system.

Time:10-08

Design a simple mathematical game system, runtime first display the following menu:
The python language curriculum design, mathematics paradise
1 - number guessing game
2 - matrix
3 - arithmetic test
4 - end game
Among them:
(1) number guessing game "to" a number by computer, and display the scope of the number of players within a specified number of times guess is won, won or computer, each time the computer will prompt guess the number of big or small,
(2) matrix operation can realize matrix plus, minus, multiply, transpose, inverse operation, such as the size of the matrix is determined by the user's dynamic, matrix of the original data users can choose from the keyboard or randomly generated,
(3) arithmetic test, random number by computer, the user answer, may designate item number, and give the answer scores,
Request menu can be repeated until the user choose to leave,

CodePudding user response:

This is the final project
  • Related