Skip to content

Soyendril/WorldOfJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

[FR] World of Java

World of Java est un jeu de rôle écrit en Java. Dans ce jeu, deux équipes s'affrontent : une équipe de héros et une équipe de monstres. Chaque équipe est composée de deux personnages. Les personnages peuvent se déplacer sur une carte qui est affichée dans la console. Les "H" correspondent aux héros, les "M" correspondent aux monstres.

Ce projet a été réalisé dans le cadre d'une formation de développement en Java. Il m'a permis de me perfectionner dans l'algorithmique et de mieux comprendre la programmation orientée objet en Java.

Comment Lancer le projet ?

  1. Clonez le dépôt sur votre machine locale.
  2. Ouvrez le projet dans votre IDE favori.
  3. Compilez le projet.
  4. Exécutez le programme en lançant le Main.java.

Auteur :

Soyendril.

Ce projet est issu d'une série de 3 TP réalisés et ensuite corrigés lors de ma formation Java. Il s'agit de ma version de l'exercice, quelques modifications à l'énoncé de base ont été apportées, notamment la gestion de l'affichage distingué des monstres et des héros sur la carte.

[EN] Project Name: World of Java

Description:

World of Java is a Java-based role-playing game where two teams compete against each other: a team of heroes and a team of monsters. Each team consists of two characters who can move around on a map displayed in the console. The "H" represents the heroes, and the "M" represents the monsters.

This project was created as part of a Java development training program. It helped me improve my algorithmic skills and better understand object-oriented programming in Java.

Instructions:

  1. Clone the repository to your local machine.
  2. Compile and run the program in your favorite Java IDE.
  3. start the game. Enjoy the game!

Author:

Soyendril

This project is the result of a series of 3 practical work assignments that were completed and then corrected during my Java training. This is my version of the exercise, with a few modifications from original instruction, including the management of the display that distinguishes between monsters and heroes on the map.

About

Projet en POO Java, creation d'un jeu de role

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages