BillyFrcs / 2DSpriteAnimation

2D Sprite Animation And Movement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

2D Sprite Animation And Movement.

License:zlib License


Languages

Language:C++ 79.4%Language:Makefile 20.6%