Software engineer

Turtle Game

Turtle Game

Language:

  1. Python: Created interface and animate in the game

Introduction

At the beginning, the player controls a turtle, it will keep moving forward, the player can only control the head of the turtle to face (up, down, left and right), and the goal is to touch the blue dot, and avoid touching itself or other obstacles. Every time the turtle eats a blue dot, its body grows. There are walls on all four sides of the game interface (all of which cannot be crossed), and the highest score and the current score are recorded in words.

Result