Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Pseudo-game where the user can interact with the terminal to engage in battles.

Notifications You must be signed in to change notification settings

davidsantana06/simple-fighting-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple Fighting Game

1. Sobre

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

2. Bugs

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.

3. Como rodar

Para executar a aplicação é necessário, ordenamente:

  1. Instalar o Java JDK e JRE (neste caso, optou-se pelas versões 19 de ambos);
  2. Baixar os arquivos presentes neste repositório;
  3. Executar o arquivo "FightingGame.java";
  4. Iniciar a interação com o terminal.

About

Pseudo-game where the user can interact with the terminal to engage in battles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages