Skip to content

BillyFrcs/2DSpriteAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Sprite Animation

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