美文网首页
Swim Plan-Swimming every day

Swim Plan-Swimming every day

作者: lalallaaa | 来源:发表于2018-06-11 18:49 被阅读0次

    The swimming program is an application that can instantly understand the time and date of swimming training or exercise and record the details of the exercise. The user can add their own training content in the function, calculate the swimming time through the calculator, and view the exercise report. information. Users can view history records under the "History" function.

What this framework does for you:

Storesgame state, like cells on game board, falling blocks, time intervals, and score.

Generatesnext blocks with random shape and orientation, while avoiding simple repetition.

Managestimerthat can be pauses and resumed.

Exposes4 controls: moveLeft(), moveRight(), rotate() and drop().

Detectscompleted linesand increments score. Higher score speeds up the timer.

Reports all events via acallback, like periodic fall, line completion, game over, etc.

Allowsserializationto and from a dictionary that is compatible with property list.

What you need to implement:

Graphicsand animations. Be creative!

Userinput, like buttons or gestures.

Write serialized dictionary topersistentlocation and restore it.

Create gamemenuwith play/pause/reset options.

Listen tocallbackfrom the engine and update your UI.

Show next block andscoreon screen.

相关文章

网友评论

      本文标题:Swim Plan-Swimming every day

      本文链接:https://www.haomeiwen.com/subject/dnnheftx.html