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

Author Topic: Where to start? tutorials  (Read 2655 times)

0 Members and 1 Guest are viewing this topic.

snowboarder6009

  • Newbie
  • *
  • Posts: 3
    • AOL Instant Messenger - boarderwsu
    • View Profile
    • http://www.dotnetjunkies.com/WebLog/chris.taylor/archive/2006/09/30/148798.aspx
Where to start? tutorials
« on: November 20, 2008, 03:14:23 am »
Hello SFML forums!

I am new to SFML but very interested in it. I want to make a Risk-like game and was wondering which tutorials to do and in what order.

Thanks a ton and hope to see you all again!

Wizzard

  • Full Member
  • ***
  • Posts: 213
    • View Profile
Where to start? tutorials
« Reply #1 on: November 20, 2008, 05:06:53 am »
Hey and welcome to SFML, newcomer!

In order to use SFML, you need to have a fluent understanding of C++ first. Then, you can read the SFML tutorials here.

Use the Getting Started tutorial that corresponds to you and then move down the list, skipping Using OpenGL and Integrating tutorials and maybe the Network Package.

Note that, although SFML can certainly be used to make a Risk-like game, there is no tutorial that will teach you the advanced concepts of engineering one.

Rather, the tutorials will teach you the basics, leaving it up to you to connect this basic functionality together with your own code to achieve something far more advanced.

If you are looking to get started on a game right away, while skipping all the core of it, perhaps using a game engine would be better for you.