/tetris_raylib

Primary LanguageC++zlib LicenseZlib

Tetris Raylib

Using template from raylib-cpp-starter Guide from Creating Tetris in C++ with raylib - Beginner Tutorial (OOP) If it's developed using neovim and clangd LSP not detect anything do:

Tetris Screenshot

Tips

add this mapping to neovim config to fast run from neovim

      function()
        local path = vim.fn.getcwd()
        local command = path .. '/run.sh'
        os.execute(command)
      end, 'Run ./run.sh on root project'

Build and Run

I only do this on Ubuntu/Linux Mint

Linux

$ make setup
$ make