Home

Awesome

<h1 align="center">2D Sprite Animation</h1>

2D Sprite Animation

Simple and easy 2D Player Animation and Movement Game created from scratch using C++ and Raylib graphics library.

Getting Started

Clone this repository and open it up in Visual Studio Code.

git clone --recursive https://github.com/BillyFrcs/2DSpriteAnimation.git

How to Build the Project ?

Windows

> mingw32-make setup
> mingw32-make

MacOS & Linux

$ make setup
$ make

Get the Raylib C++ template for making Games from scratch.
Note: Make sure to import the Assets folder in App folder to run the build App if you download from the Github Action build.

Assets

2D Sprite Sheet from Kenney.nl