Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

citrus610/tetris-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris bot

Badly implemented tetris bot. This was my first attemp on making a tetris AI. I've learn a lot since then and the project has becoming more and more unmaintainable. See the bot's successor: https://github.com/citrus610/lemon-tea

How to build

Install SFML

This program use SFML to create the tetris client. Download the latest version of SFML here: https://www.sfml-dev.org/download.php

Build the tetris client

  • Clone the repository.
  • In tetris_sfml/CMakeLists.txt, set your SFML directory set(SFML_DIR "<insert-your-sfml-dir-here>/lib/cmake/SFML").
  • cd to your repository, mkdir build, cd build and cmake .. to build. The binary can be found in the build folder.
  • Remember to copy the tetris_sfml/res folder to the build directory, the tetris client needs those files.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages