Code Monkey home page Code Monkey logo

chess-system-java's Introduction

Chess pieces picture

Chess system

This is a chess system built in Java, designed to operate from the terminal. This project allows chess enthusiasts to play full games of chess directly from their computer's terminal.

Project made based on the Java course by Professor Nelio Alves.

Table of Contents

Topics Covered

Topics covered for project completion:

OOP Topics:

-Encapsulation / Access Modifiers
-Constructors
-ToString (Object / overriding)
-Enumerations
-Inheritance
-Downcasting
-Static members
-Layers pattern
-Overriding
-Overloading
-Polymorphism
-Exceptions
-Abstract method / class

Data Structures Topics:

-List    
-Matrix

Chess system design

Chess pieces picture

How to Play

Prerequisites

Before getting started, you'll need to have the following tools installed on your machine: Java jdk. Additionally, it's recommended to have an editor to run the code such as VSCode , and in VSCode, it's necessary to have the "Extension Pack for Java" extension installed to run the Java application.

Select piece on the board

The game will feature the following table in which the player must select the combination of row and column to choose the piece and select the target. For example: a2 to choose column a and row 2.

8 R N B Q K B N R
7 P P P P P P P P
6 - - - - - - - -
5 - - - - - - - -
4 - - - - - - - -
3 - - - - - - - -
2 P P P P P P P P
1 R N B Q K B N R
--A B B D E F G H

♟️ Compiling and running

# Clone this repository.
$ git clone <https://github.com/robertomatheuss/chess-system-java.git>

# Run the application from the Main file.
$ src/main/java/org/example/application/Main.java

chess-system-java's People

Contributors

robertomatheuss avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.