An open API service indexing awesome lists of open source software.

https://github.com/vishal-bhola/turtle-fight

GUI based Turtle Game made using PYTHON
https://github.com/vishal-bhola/turtle-fight

python3 turtle-graphics

Last synced: 17 days ago
JSON representation

GUI based Turtle Game made using PYTHON

Awesome Lists containing this project

README

          

# TurtleGame
GUI based turtle game using Python.

This game is made using Turtle-Module(Python) for the motion of objects and to provide shape and color to the turtle(main object).

TurtleGame.py is the main file in which whole code is written and on executing that file your code runs.

Turtlegame.txt is the text file in which your HighScore is saved.

As your Score reached above the threshold of HighScore your HighScore will automatically upgrade.

* Preferred to run it using **PYTHON IDLE**.

## Movements

* Use `LEFT or RIGHT ARROW KEYS` only to move your turtle.

### Preview

![game](https://user-images.githubusercontent.com/38592928/73596735-f0ea3a00-454a-11ea-9929-e69cbf0b0b41.png)