https://github.com/nmarkert/tron
TRON Game implemented in Python
https://github.com/nmarkert/tron
game python3 snake-game
Last synced: 8 days ago
JSON representation
TRON Game implemented in Python
- Host: GitHub
- URL: https://github.com/nmarkert/tron
- Owner: nmarkert
- Created: 2021-03-26T10:09:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T08:53:41.000Z (over 3 years ago)
- Last Synced: 2025-03-05T07:24:41.748Z (over 1 year ago)
- Topics: game, python3, snake-game
- Language: Python
- Homepage:
- Size: 667 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TRON
The code implements the TRON game, which is based on the TRON Film.
To start the game, just run the main.py with Python.
## About the Game
It's a snake-like game where you have to control a bike with a tail. You die, if you drive in the tail of an enemy or in the border of the field. The goal is to be the last driver surviving.
There are different game modes implemented:
- Tron against AI
- Tron against a local player
- A classic Snake game mode
- A special Power-Up mode
There is a guide on how to play the game as a PDF in the repository, but it is only available in German.
## Background Information
This was my first-ever project in Python and also my first "bigger" project.
I wrote this for a course at university. The task was to implement the Tron game with the different game modes in Python over the time of a semester.
The code is unchanged since submitting it for the correction.