Skip to content

Monsaku is a CLI-based game inspired by Pokemon™. It simulates a fight between two players (PvP) with their own monsters. When the game starts, each player will use a random monster from their available monsters to start playing. Each of them can choose whether they want to perform a move or switch monster.

Notifications You must be signed in to change notification settings

darielgaizta/Monsaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Monsaku

Tugas Besar IF2212 Pemrograman Berorientasi Objek STI
Kelompok 1:

18220001 Stephanie Hutagalung
18220009 Fatih Darielma Gaizta
18220067 Tania Junardi Chua
18220091 Rachita Caronica Jonur

Asisten: 13518012 Muhammad Hasan
Asisten Demo: 13518113 Muhammad Kamal Shafi
Sistem dan Teknologi Informasi
30 Maret 2022

About

Monsaku is a CLI-based game inspired by Pokemon™. It simulates a fight between two players (PvP) with their own monsters. When the game starts, each player will use a random monster from their available monsters to start playing. Each of them can choose whether they want to perform a move or switch monster.

How to Run

Since, it is built with Java, this program requires you to download JDK (Java Development Kit) and JRE (Java Runtime Environtment). If you have downloaded them, open your terminal and head to the directory where the Main.java is located. Then, type:

>>> javac Main.java
>>> java Main

The command javac Main.java will compile the Main.java and java Main will run the program. There might be an error while compiling Main.java if you didn't download the JDK and JRE properly.
That's it, thank you!

About

Monsaku is a CLI-based game inspired by Pokemon™. It simulates a fight between two players (PvP) with their own monsters. When the game starts, each player will use a random monster from their available monsters to start playing. Each of them can choose whether they want to perform a move or switch monster.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages