andrewatef / Chess

Chessclone with SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess

Description

Links

Screenshots

Home Page

Built With

  • C++
  • Visual Studio 2019
  • SDL2
  • SDL2_Image

Build process

  • Clone the repository
  • copy "sdl2-config.cmake" into your SDL2 folder, which can be places anywhere
  • copy "sdl2-image-config.cmake" into your SDL2_Image folder, which can be placed anywhere
  • type "mkdir build && cd build && cmake .."
  • (open Chess.sln in Visual Studio, right click on Chess in your project folder and do "set as starting project")

Requirements

  • x64, c++ 17 (others should work too)
  • SDL2
  • SDL2_image

Future Updates

  • kp digga

Author

Julian Unland

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!

About

Chessclone with SDL2


Languages

Language:C++ 84.1%Language:CMake 15.9%