Skip to content

arwysyah/SDL2-simple-game-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Simple game test (SDL2) This project is a simple pong game implemented using SDL2.

Project Structure

  • src/: Contains the source files (*.cpp).
  • include/: Contains the header files (*.h).

Building the Project

To build the project, use the provided Makefile. Follow these steps:

Build the Project

Run the following command to compile the source files and link the executable:

make

Running the Game

Run the game using the following command:

./pong

Clean the Build Environment

Run the following command to remove all object files and the executable:

make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published