Found 195 repositories(showing 30)
ripred
24-bit ANSI colored, console-based chess engine using Java. Optional multi-threaded AI using Minimax with alpha-beta pruning. Fully configurable properties including: ply depth, thread pool size, optional AI time limit, all colors, and more.
awkiamaru
Java chess game using console terminal
ecly
A console based chess game written in Java
roanrobersson
A console chess game developed during the course Java COMPLETE 2020 Object Oriented Programming + Projects, taught by Nelio Alves, to practice the object orientation paradigm.
KalbarczykDev
This is a simple console-based chess game implemented in Java. It allows two players to play chess against each other in the console window. The game follows the standard rules of chess, including all legal moves and win conditions.
abhay7dev
Console Chess made in Java
patitow
Chess game made with java and switft for my object oriented programming discipline at university. Made with my friend Samuel
xguimiranda
Java console-based chess game developed with object-oriented programming principles. Focused on practicing system design, and software architecture.
samistart
Chess game in Java. Board is displayed through Java console.
silassefas1
This project is a basic system of a chess game. Using pure Java to develop a chess game to be played in the IDE console or via the command line
VaskoBence
Java Console Chess
CBecke
Console Chess App in Java BDD style
jomarkis
Chess game in Java (Console)
Srokit
Build java console chess game.
pkielblock
Chess Console Game in Java
ThodBaniokos
Simple chess game played on the command line, still in progress
A simple chess game built in Java for console
pepero8
simple java console-based chess game
A complete 2-player chess game in console/terminal in Java language.
li21rich
Chess (Java edition). Instructions inside (printed in console).
eichingertim
Simple Chess Game implemented as a console game in java.
obada-hash
a chess game in java, can interact with user through the console
sergio-matos-tech
Console Chess game in Java to apply object-oriented programming without external libraries.
Athoscaetano
Creating a Chess Sistem, an application using just a console and some Java knowledge
Manidu-Deshapriya
The Chess Club Management System is a Java-based console application designed to efficiently manage player registrations and tournament schedules for a chess academy.
Anuja-jayasinghe
Chess Academy Management System - A Java-based console application for chess academies to manage players and tournaments with user authentication, data persistence, and role-based access control.
anushbareyan
This repository contains a Java-based Chess Game project that implements the fundamental mechanics of a chess game, including representing the chessboard, moves, various chess pieces, gameplay logic, console-based interactions, and a graphical user interface (GUI).
skgadag1
This repository contains Java program which simulates the game of chess, which can be played using console/command line by 2 players
AravindKSaravu
🧩 2-Player Chess (Java) A console-based two-player chess game implemented in Java using object-oriented design principles. Supports full board setup, legal move validation, check/checkmate detection, castling, enpassant, pawn promotion, resigns, and draws — all in text-based interface.
carlasunset
Console-based Chess game developed in Java, focused on Object-Oriented Programming, system design, and game rules implementation (check, checkmate, castling, en passant, and promotion).