billymosis / tetris_raylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:zlib License


Languages

Language:C++ 81.5%Language:Makefile 18.1%Language:Shell 0.3%