Anonymus Raccoon cb03cdd844 Merging the options
2020-05-03 19:30:04 +02:00
2020-05-03 19:30:04 +02:00
2020-05-03 19:28:52 +02:00
2020-05-03 19:30:04 +02:00
2020-05-03 19:30:04 +02:00
2020-03-25 16:47:38 +01:00
2020-03-25 16:39:28 +01:00
2020-05-03 19:30:04 +02:00
2020-05-03 19:30:04 +02:00
2020-05-03 16:33:15 +02:00

ForecastingVillage

You enter in a cursed village where it's raining constantly. Save the village from this curse by finding the 4 secrets items that will allow you to defeat the final enemy.

Building

To build this project, you will first need to clone it with the recursive option git clone --recurse git@github.com:AnonymusRaccoon/ForecastingVillage.git. This will clone the game engine and it's dependencies with this project.

After cloning the repository, you have two ways to build the repo. You can simply use the makefile and run make or you can use the cmake and run mkdir build && cd build && cmake .. && make -j

Libraries

This project has been made using Gamacon an ECS C-Modular game engine and the CSFML.

Description
An isometric RPG made in C using Gamacon.
Readme 16 MiB
Languages
C 87.9%
CMake 7.9%
Makefile 2.1%
Python 2.1%