Hilbertmf / 8bitsFightClub

This is a 2D Game in Java made for learning purposes during the subject of Object Oriented Programming
2 stars 1 forks source link

8bits Fight Club :boxing_glove::video_game:

Screenshot of the game

About

8bits Fight Club is a 2D Game made in Java for learning purposes during the subject of Object-oriented Programming taught by Lucas Sousa at IFCE.
This is a 2D fighting game made to be played by 2 people using the same keyboard. Have fun with your friends!
For playing you just have to download it and have the Java Runtime installed in your machine.
If you don't have Java download it here.
If you're on ubuntu just run this on the terminal to install java:

sudo apt install -y default-jre

then to run do:

java -jar 8BitsFightClub.jar

If you're on windows install java and then just double click on the .jar file

Download

Jar File

Characters:

:dragon:Dragon
:robot:Megaman
:bat:Batman
:spider:Spider-Man

Controls:

Player 1:

:arrow_up:Up: W
:arrow_left:Left: A
:arrow_right:Right: D
:bow_and_arrow:Shoot: J
:boxing_glove:Punch: K
:airplane:Slide/Glide: L

Player 2:

:arrow_up:Up: Up-arrow
:arrow_left:Left: Left-arrow
:arrow_right:Right: Right-arrow
:bow_and_arrow:Shoot: Numpad 1
:boxing_glove:Punch: Numpad 2
:airplane:Slide/Glide: Numpad 3

Português:

Sobre o jogo:

Este é um jogo em 2D feito em Java durante a disciplina de Programação Orientada a Objetos lecionada pelo professor Lucas Sousa no Instituto Federal de Ciência de Tecnologia do Ceará (IFCE).
Este é um jogo de luta feito para ser jogado por duas pessoas no mesmo teclado. É diversão garantida!
Para jogar basta baixar aqui e ter o Java instalado no seu computador.
Você pode baixar o Java aqui.
Se você estiver usando ubuntu, execute no terminal para instalar o java:

sudo apt install -y default-jre

Depois faça na pasta onde baixou o jogo:

java -jar 8BitsFightClub.jar

Se você estiver usando windows, execute o arquivo .jar com duplo click.

Personagens:

:dragon:Dragon
:robot:Megaman
:bat:Batman
:spider:Spider-Man

Controles:

Jogador 1:
:arrow_up:Cima: W
:arrow_left:Esquerda: A
:arrow_right:Direita: D
:bow_and_arrow:Ataque à distância: J
:boxing_glove:Soco: K
:airplane:Slide/Planar: L

Jogador 1:
:arrow_up:Cima: Up-arrow
:arrow_left:Esquerda: Left-arrow
:arrow_right:Direita: Right-arrow
:bow_and_arrow:Ataque à distância: Numpad 1
:boxing_glove:Soco: Numpad 2
:airplane:Slide/Planar: Numpad 3