#Dungeon Crawler sprint 2
During this project me and my teammates worked on a dungeon crawler from a pretty basic base code. I learned many of the OOP concepts from this project.
Dungeon Crawl 2 is an exciting Java-based dungeon crawler game built using JavaFX. In this immersive adventure, players navigate through a dark and treacherous labyrinth, battling monsters, collecting loot, and striving to reach the ultimate goal. The game provides an engaging and interactive experience for all fans of the dungeon crawler genre.
The project leverages the following technologies to deliver an engaging gaming experience:
- Java: The primary programming language used for game logic and functionality.
- JavaFX: A powerful framework for building rich and interactive user interfaces.
- Git: A version control system for collaborative development and code management.
In Dungeon Crawl 2, players embark on a perilous journey through a labyrinthine dungeon, encountering various challenges and enemies. Your objective is to explore, battle monsters, collect loot, and ultimately conquer the dungeon.
Key features of the game include:
- Procedurally generated dungeons for unique gameplay experiences.
- A variety of weapons, items, and spells to help you in your quest.
- Engaging combat mechanics and monster encounters.
- An immersive and dark fantasy atmosphere.
- A user-friendly interface with smooth navigation and gameplay.
Follow these steps to set up and run Dungeon Crawl 2 on your system:
Make sure you have the following prerequisites installed:
- Java: If not already installed, download and install Java from the Java official website.
- Git: A version control system for code management. If not already installed, you can download Git from here.
-
Clone the repository:
git clone https://github.com/CodecoolGlobal/dungeon-crawl-2-java-czlazlo.git
Change the directory to the project folder: cd dungeon-crawl-2-java-czlazlo Compile and run the game: javac -d out src/com/codecool/dungeoncrawl/Main.java java -cp out com.codecool.dungeoncrawl.Main
Gameplay Instructions Use the arrow keys to move your character. Interact with objects and creatures in the game by approaching them. Battle monsters by colliding with them. You can use your collected weapons and items in battles. Collect loot and explore the dungeon to progress through the game.
