PT-BR:
Um jogo simples em Python, no estilo texto interativo, onde o jogador precisa tomar decisões estratégicas para sobreviver em uma ilha misteriosa habitada por um serial killer.
EN:
A simple text-based game in Python where the player must make strategic decisions to survive on a mysterious island inhabited by a serial killer.
- Narrativa interativa com múltiplos caminhos
- Lógica de escolhas e consequências
- Interface via terminal (sem interface gráfica)
- Código modular e fácil de entender
- Python 3
- Condicionais, loops, funções
- Programação estruturada
PT-BR:
Este projeto foi criado como parte do meu aprendizado no curso 100 Days of Code (Udemy), focando em lógica de programação, controle de fluxo e boas práticas com Python.
EN:
This project was developed during my studies in the 100 Days of Code (Udemy) course, focusing on programming logic, control flow, and Python fundamentals.
# Clone o repositório / Clone the repository
git clone https://github.com/Escoperrante/serial-killer-island
# Execute o jogo / Run the game
python serial_killer_island.py