Git Product home page Git Product logo

hacknight-chess-engine's Introduction

HackNight-Chess-Engine

Setup

Mac

  1. Get CLion (free with student access)
  2. Install Homebrew if you haven't
  3. If you don't have the dev CLI tools, go to terminal and paste: xcode-select --install
  4. Paste these to terminal:
    1. brew install sdl2
    2. brew install sdl2_image
    3. brew install sdl2_mixer
    4. brew install sdl2_ttf

Windows

Not sure yet, please figure out if you have windows

Linux

This guide assumes the use of yay, but the same general process applies for other package managers (e.g. apt-get).

Clone Repository

  • Install Git: $ yay -S extra/git

    Team members will need to additionally set up Git Credential Manager or an equivalent utility to contribute to the repository or clone while its private.

  • Navigate to the directory you wish to store the project in
  • Clone the Git repository: $ git clone https://github.com/maxence-glt/HackNight-Chess-Engine.git

JetBrains CLion Set Up

  • Install JetBrains CLion C++ IDE: $ yay -S aur/clion
  • Activate your CLion install

    Free educational licenses are available to students

  • Add the cloned repo to CLion as a new project
  • In File | Settings | Build, Execution, Deployment | Toolchains set CMake directory to /usr/bin/cmake

Install Dependencies

  • SDL Packages: $ yay -S extra/sdl2 extra/sdl2_image extra/sdl2_mixer extra/sdl2_ttf
  • CMake: $ yay -S extra/cmake

hacknight-chess-engine's People

Contributors

maxence-glt avatar tormechia avatar

Watchers

 avatar  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.