Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billyfrcs/reduxadventure
2D Platformer Game Redux Adventure.
https://github.com/billyfrcs/reduxadventure
cpp game game-developement game-development sfml-2d-engine sfml-cpp sfml-dev sfml-game sfml-game-development sfml-graphics-library sfml-library
Last synced: 3 months ago
JSON representation
2D Platformer Game Redux Adventure.
- Host: GitHub
- URL: https://github.com/billyfrcs/reduxadventure
- Owner: BillyFrcs
- License: mit
- Created: 2021-08-30T01:48:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T13:34:45.000Z (over 2 years ago)
- Last Synced: 2024-01-28T23:38:17.496Z (about 1 year ago)
- Topics: cpp, game, game-developement, game-development, sfml-2d-engine, sfml-cpp, sfml-dev, sfml-game, sfml-game-development, sfml-graphics-library, sfml-library
- Language: C++
- Homepage:
- Size: 18.6 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Redux Adventure
![Redux Adventure GamePlay](https://github.com/BillyFrcs/ReduxAdventure/blob/master/Assets/Sample/Gif/ReduxAdventure.gif)
Redux Adventure is a simple 2D platformer game made with C++ and [SFML](https://www.sfml-dev.org/index.php) 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](https://github.com/BillyFrcs/ReduxAdventure/blob/master/Template/README.md) for more details to setup and configuration this project.> Get the [SFML Template](https://github.com/andrew-r-king/sfml-vscode-boilerplate) for making games from scratch using Visual Studio Code.
## Assets
2D Sprites And Textures from [Kenney.nl](https://www.kenney.nl/)