(PT-BR) Simple Fighting Game é um pseudo-jogo em que o usuário pode interagir com o terminal a fim de realizar batalhas. A implementação deste código
foi extremamente simples, o que implica em apenas duas variações de ataques possíveis à serem realizados pelo usuário. Além disso, o jogo só acaba quando
o usuário for derrotado, finalizando o loop de batalhas.
(EN-US) Simple Fighting Game is a pseudo-game where the user can interact with the terminal to engage in battles. The implementation of this code was extremely simple, which implies that there are only two possible attack variations that the user can perform. In addition, the game only ends when the user is defeated, thus ending the battle loop.
(EN-US) Simple Fighting Game is a pseudo-game where the user can interact with the terminal to engage in battles. The implementation of this code was extremely simple, which implies that there are only two possible attack variations that the user can perform. In addition, the game only ends when the user is defeated, thus ending the battle loop.
Geralmente não adiciono este tópico, apesar de ter noção que determinadas aplicações, em especial códigos feitos há mais tempo, apresentam falhas na
codificação. Neste caso, preferi adicionar o tópico, por conta de um bug claramente visível, referente ao uso de ataques especiais, que, apesar de
apresentar um contador, permite a utilização sem limites. Como é um código antigo, preferi manter dessa forma.
Para executar a aplicação é necessário, ordenamente:
- Instalar o Java JDK e JRE (neste caso, optou-se pelas versões 19 de ambos);
- Baixar os arquivos presentes neste repositório;
- Executar o arquivo "FightingGame.java";
- Iniciar a interação com o terminal.