Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tilengine

2D retro grapics engine with true raster effects for creating 8/16 bit style games · By megamarc

how to run samples in code blocks on windows?

A topic by ChrKoval created Mar 01, 2022 Views: 212 Replies: 1
Viewing posts 1 to 2

Like in topic. Recently I wanted to start small to recall this neat little framework, but unfortunately I forgot how to setup code blocks to build those samples. Also I've got paid for prebuild samples but still same story as above. Cant run it. Anyone care to explain step by step how to run tilengine inside code blocks? Thanks in advance for your help :)

Developer

Hi ChrKoval

Thanks for trying tilengine and supporting it with a donation :-)

I can't give support specific on Code::Blocks as I don't use this environment so I don't know where are the project options. I assume you're using Windows, usually you have to set-up two items:

* add the folder where "Tilengine.h" to the include search path
* add Tilengine.lib to the list of included libraries.

Code::Blocks uses gcc as the build backend, so the options are always the same no matter what IDE you're using.

Good luck!