Skip to content

This repository contains a Java chess game implementation. It includes source files, compiled files, and a JAR file for easy execution.

Notifications You must be signed in to change notification settings

Flop3r/ChessGame-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Chess Implementation

Author: Franciszek Przeliorz

This repository contains a Java chess game implementation. It includes source files, compiled files, and a JAR file for easy execution.

Folder Structure

  • Compiled Files: /Project/Compiled Files
  • Source Files: /Project/Source Files/ChessGame/src/main/java
  • JAR File: /Project

Source Files

The /Project/Source Files/ChessGame/src/main/java folder contains all the source files, including classes and other .java files that are part of the project.

Compiled Files

The /Project/Compiled Files folder houses the compiled files that can be run directly on the Java Virtual Machine (JVM).

JAR File

The sent .jar file is located in the /Project folder. It contains a compiled version of the project, making it easy to run on any machine with Java installed.

Feel free to explore this repository to learn more about the project.


🇵🇱 Projekt - Implementacja Szachów w języku Java

Autor: Franciszek Przeliorz

To repozytorium zawiera implementację gry w szachy w języku Java. Znajdziesz tu pliki źródłowe, skompilowane pliki oraz plik JAR do łatwego uruchamiania.

Struktura Katalogów

  • Pliki skompilowane: /Projekt/Skompilowane Pliki
  • Pliki źródłowe: /Projekt/Pliki źródłowe/ChessGame/src/main/java
  • Plik JAR: /Projekt

Pliki źródłowe

W katalogu /Projekt/Pliki źródłowe/ChessGame/src/main/java znajdują się pliki źródłowe, w tym klasy i inne pliki .java, które są częścią projektu.

Pliki skompilowane

W katalogu /Projekt/Skompilowane Pliki znajdują się pliki skompilowane, które można uruchomić bezpośrednio na maszynie wirtualnej Javy (JVM).

Plik JAR

Wysłany plik .jar znajduje się w katalogu /Projekt. Zawiera skompilowaną wersję projektu, która może być łatwo uruchomiona na dowolnej maszynie z zainstalowaną Javą.

Zapraszam do zapoznania się z tym repozytorium, aby dowiedzieć się więcej o projekcie.

About

This repository contains a Java chess game implementation. It includes source files, compiled files, and a JAR file for easy execution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages