Giter Site home page Giter Site logo

10x12chess's Introduction

10x12chess

A mailbox chess engine written in c

10x12chess preview

Description

a chess engine with the 10x12 board representation written in c with a raylib gui

Getting Started

Dependencies

  • Linux or Windows 10 (for now not tested)
  • gcc and cmake
  • raylib

compiling

  • for linux:

    open terminal in the project folder and type:

    mkdir build
    cd build
    cmake ..
    make
  • for windows: open terminal in the project folder and type:

    mkdir build
    cd build
    cmake ..

    (method i found, probably wrong)

    • open the project folder in visual studio
    • compile
  • for mac open terminal in the project folder and type:

    brew install gcc clang raylib
    mkdir build
    cd build
    cmake ..
    make
    • currently there are compiling problems, in scacchiera.c:230, but i guess you can just comment it out

Executing program

  • for linux:

    • got in the project folder
    • got in the /build folder
    • run ./10x12chess in the terminal or double click with the mouse
  • for windows:

    • executable is in /out/build/

    • create a folder

    • put the executable like this:

      (this is to put the image in the correct path ["../assets/Chess_Pieces_Sprite.png"])

          folder
          ├───assets
          │       Chess_Pieces_Sprite.png
          │
          └───bin
                  10x12chess.exe
      

    *now go to bin/ and run 10x12chess.exe

Help

sas

Authors

Fabio Murer

Version History

  • 0.0
    • work in progress

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 License - see the LICENSE.md file for details

10x12chess's People

Contributors

zwirgioilredelcodice avatar felixfrog avatar

Stargazers

 avatar

Watchers

 avatar

10x12chess's Issues

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.