Giter Club home page Giter Club logo

tim-capstone-chess-engine's Introduction

T.I.N.C.A.N. (Tactical Intelligent Neural Chess AI Network)

Welcome to T.I.N.C.A.N., a chess engine designed for tactical gameplay and neural network-powered decision-making. This README will guide you through the process of downloading and using T.I.N.C.A.N. for a Windows machine.

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Python version 3.11.7: You can download Python from here. During installation, make sure to select the option to add pip to your PATH environment.

Installation and Usage

  1. Clone the Repository: Create a directory in your documents to store this repository. Open a Git Bash terminal in that directory and run the following command:

    git clone https://github.com/reece-cristea/tim-capstone-chess-engine.git
  2. Navigate to Repository: Change directory into the cloned repository:

    cd tim-capstone-chess-engine
  3. Setup Virtual Environment: Create a virtual environment using Python's venv module:

    python -m venv venv
  4. Activate Virtual Environment: Activate the virtual environment. In your terminal, switch to PowerShell and run:

    .\venv\Scripts\activate.ps1
  5. Install Dependencies: Copy and paste the contents of pip.txt into the terminal and press enter. This will install the required dependencies.

  6. Start the Server: Run the following command to serve the frontend and start the API:

    python api.py
  7. Access the Game: Open your web browser and navigate to http://localhost:8000/ to play the game.

Issues

If you encounter any errors or have questions, please feel free to contact the developer at [email protected].

Thank you for checking out T.I.N.C.A.N.! Enjoy playing chess with our tactical AI engine. ๐Ÿš€๐Ÿ”ฅ

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.