https://github.com/barbaracalderon/oop-snake-game
The famous snake game from old mobiles recreated in Python.
https://github.com/barbaracalderon/oop-snake-game
games mobiles-recreated oop python snake-game
Last synced: 1 day ago
JSON representation
The famous snake game from old mobiles recreated in Python.
- Host: GitHub
- URL: https://github.com/barbaracalderon/oop-snake-game
- Owner: barbaracalderon
- License: mit
- Created: 2021-03-23T16:25:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T08:10:54.000Z (over 4 years ago)
- Last Synced: 2025-09-25T19:45:44.630Z (9 months ago)
- Topics: games, mobiles-recreated, oop, python, snake-game
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_This README.md file is in English and Portuguese. // Esse arquivo README.md está em Inglês e Português._
# Snake Game from old Mobiles | Python
⚠️ _This was done as I followed up Angela Yu's Python Bootcamp tutorial on the Snake Game. You can find the course [on Udemy here](https://www.udemy.com/course/100-days-of-code/)._ ⚠️

This is the famous snake game from old mobiles recreated in Python.
The Turtle Module was used for this game. Concepts of Object Oriented Programming (OOP) were also used.
# Jogo da Cobrinha dos Celulares Antigos | Python
⚠️ _Isso foi criado enquanto eu seguia o tutorial do Jogo da Cobrinha do Bootcamp de Python da Angela Yu. O curso está [disponível na Udemy aqui](https://www.udemy.com/course/100-days-of-code/)_. ⚠️

O famoso jogo da cobrinha dos celulares antigos recriado em Python.
O módulo da tartaruga (Turtle Module) foi usado para esse jogo, bem como conceitos da Programação Orientada a Objetos (POO).