Skip to content

tashbaevb/INAI_BAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D RPG "Crime Solving Adventure BAT"

Welcome to the 2D RPG "Crime Solving Adventure BAT"! In this exciting game you will find yourself in a mysterious city where your task is to investigate a crime and find the culprit. Use your detective skills, interview the residents, explore the houses and uncover the mysteries of this world.

Game Screenshot Game Screenshot Game Screenshot Game Screenshot

Setup instructions

  1. System Requirements:

    • Java 8 or higher
    • JavaFX
    • MySQL
    • FXGL
  2. Dependency Setup:

    • Make sure you have Java with JavaFX support installed.
    • Create a MySQL database and import the provided SQL script (inai_bat.sql).
  3. Game Launch:

    • Run the project using your development environment that provided you with the code, or run java -jar INAI_BAT.jar at the command line.

Project structure

├── README.md
├── inai_bat.sql
├── mvnw
├── mvnw.cmd
├── out
│   └── artifacts
│       └── INAI_BAT
│           └── INAI_BAT.jar
├── pom.xml
├── src
│   └── main
│       ├── java
│       │   ├── com
│       │   │   └── example
│       │   │       └── inai_bat
│       │   │           ├── MainApplication.java
│       │   │           ├── config
│       │   │           │   ├── JdbcDao.java
│       │   │           │   └── MusicPlayer.java
│       │   │           ├── controller
│       │   │           │   ├── LoginController.java
│       │   │           │   ├── MainMenuController.java
│       │   │           │   ├── RegisterController.java
│       │   │           │   ├── firstMap
│       │   │           │   ├── pauseMenu
│       │   │           │   ├── secondMap
│       │   │           │   └── thirdMap
│       │   │           ├── entity
│       │   │           │   ├── KgPlayer.java
│       │   │           │   └── Player.java
│       │   │           ├── kgController
│       │   │           ├── service
│       │   │           │   ├── TextAnimator.java
│       │   │           │   └── TextOutput.java
│       │   │           └── views
│       │   │               └── ParallaxBackground.java
│       │   └── module-info.java
│       └── resources
│           ├── com
│           └── player
└── target

Thank you for participating in the 2D RPG "Crime Solving Adventure BAT"! Your support and interest in the game are important to us. Enjoy your journey in the world of detective mysteries!

Developers:

If you have any questions, feedback or suggestions, feel free to contact us:

Thanks again, and we hope you enjoy your adventure in the world of Crime Solving Adventure BAT!

About

A JavaFX GL, 2D RPGame where players investigate a crime in a mysterious city using their detective skills. The game features interactions with residents, exploration, and uncovering mysteries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors