Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

City Clickers

Quintessential SimCity Clone But Not Really · By Eigen Lenk

Framework used?

A topic by stewlab created Apr 15, 2017 Views: 512 Replies: 3
Viewing posts 1 to 2

This game looks great! What framework/language did you use to develop this? Also, any chance for a Linux version?

Developer

It's written in C++ using SFML, the same graphics & audio framework I use for my other project, Pioneers. In fact, the GUI components were lifted from Pioneers.

About Linux... we'll see :)

Very nice...I have been hearing about SFML quite a bit lately, so I may check it out. Thanks for the info!

(2 edits)

SFML does most of the same things that SDL does but uses a C++-style object-oriented programming interface instead of the C-style function-oriented interface of SDL. You can't go too far wrong with either of them, though.