BillyFrcs / ReduxAdventure

2D Platformer Game Redux Adventure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Adventure

Redux Adventure GamePlay

Redux Adventure is a simple 2D platformer game made with C++ and SFML library.

Getting Started

Clone or download this repository, and open in Visual Studio Code.

git clone https://github.com/BillyFrcs/ReduxAdventure.git

Build And Run

  • Just press "ctrl + shift + B" to build and run the game.
  • Choose option to Debug or Release.
  • To build the game manually, just type ./build.sh in the terminal. make sure that you're in the right project directory.
  • Please check this DOCS for more details to setup and configuration this project.

Get the SFML Template for making games from scratch using Visual Studio Code.

Assets

2D Sprites And Textures from Kenney.nl

About

2D Platformer Game Redux Adventure.

License:MIT License


Languages

Language:C++ 96.7%Language:Makefile 2.5%Language:Shell 0.8%Language:C 0.0%