đź”— PT-BR
Este é um jogo de console simples onde o jogador controla um personagem que precisa coletar frutas em um tabuleiro. O jogo tem obstáculos que devem ser evitados para não perder. O objetivo é coletar 10 frutas para vencer o jogo.
- Certifique-se de ter o Python instalado em sua máquina.
- Baixe ou clone este repositĂłrio.
- Abra o terminal ou prompt de comando e navegue até a pasta do projeto.
- Execute o comando
python game.py
para iniciar o jogo.
- Use as teclas W, A, S, D para mover o personagem para cima, esquerda, baixo e direita, respectivamente.
- O personagem começa no canto superior esquerdo do tabuleiro.
- Coletar frutas aumenta os pontos do jogador.
- Evite os obstáculos para não perder o jogo.
- Quando alcançar 10 pontos, você vence o jogo!
đź”— EN-EN
This is a simple console game where the player controls a character that needs to collect fruits on a board. The game has obstacles that must be avoided to not lose. The goal is to collect 10 fruits to win the game.
- Make sure you have Python installed on your machine.
- Download or clone this repository.
- Open the terminal or command prompt and navigate to the project folder.
- Run the command
python game.py
to start the game.
- Use the W, A, S, D keys to move the character up, left, down, and right, respectively.
- The character starts at the top-left corner of the board.
- Collecting fruits increases the player's points.
- Avoid obstacles to not lose the game.
- When you reach 10 points, you win the game!
Made by Imacod3r