Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How to get started on a sidescroller  (Read 1422 times)

0 Members and 2 Guests are viewing this topic.

noatom

  • Newbie
  • *
  • Posts: 2
    • View Profile
How to get started on a sidescroller
« on: April 11, 2013, 10:22:18 pm »
Is there a tutorial releated to that? Thanks

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11004
    • View Profile
    • development blog
    • Email
Re: How to get started on a sidescroller
« Reply #1 on: April 11, 2013, 10:33:26 pm »
If you're new to programming, you should first read a good book 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 and no there is none step-by-step tutorial with SFML. ::)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

noatom

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How to get started on a sidescroller
« Reply #2 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...

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11004
    • View Profile
    • development blog
    • Email
Re: How to get started on a sidescroller
« Reply #3 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/