Skip to content

GabrielCASilva/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Description

This is a Pong game made with C++ and Raylib.

Warning

This project is being developed on Linux. It can run on Windows, but may require some extra setup.

Requirements

  • Raylib
  • GCC
  • C++20

How to Run

make run

Tools & Technologies Used

  • Raylib – for graphics and game loop
  • C++20 – modern C++ features
  • GCC - for compile this project
  • Clang – for analysis and tooling
  • Clang-tidy – linter and static analyzer
  • Clangd – LSP for C++, installed via Mason
    • .clangd – config file to specify C++ version and settings for the LSP
  • clang-format – code formatter, also installed via Mason
    • .clang-format – auto-generated config file that defines formatting rules
  • Bear – generates compile_commands.json for Clang tooling
  • Neovim – used as the code editor

About

Pong with raylib in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published