SFML community forums

Help => General => Topic started by: noatom on April 11, 2013, 10:22:18 pm

Title: How to get started on a sidescroller
Post by: noatom on April 11, 2013, 10:22:18 pm
Is there a tutorial releated to that? Thanks
Title: Re: How to get started on a sidescroller
Post by: eXpl0it3r on April 11, 2013, 10:33:26 pm
If you're new to programming, you should first read a good book (http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list) about C++. After you've read it from front to back, you can easily find dozens of articles, tutorials and source code on side-scrollers. The magic tool is called Google (https://www.google.ch/search?q=programming+sidescroller) and no there is none step-by-step tutorial with SFML. ::)
Title: Re: How to get started on a sidescroller
Post by: noatom on April 11, 2013, 10:34:50 pm
i'm not worried about my c++,i was just thinking if someone did a tutorial or something...
Title: Re: How to get started on a sidescroller
Post by: eXpl0it3r on April 11, 2013, 11:02:56 pm
If you're not worried about your C++, then you won't be worried about adapting code for other libraries to SFML, thus you can pick any, that Google throws at you - maybe there's even one for SFML out there! :o

And then there are a bunch of open source side-scroller (can also be found with Go.Ogle), for example Cosmoscroll (https://code.google.com/p/cosmoscroll/).