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

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.

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/)._ ⚠️

![desktop version of the old mobile snake game](BC_snake_game.png)

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/)_. ⚠️

![desktop version of the old mobile snake game](BC_snake_game.png)

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).