SFML tic-tac-toe

I am completley new to SFML, and I need guidance.
And I think the best way to learn is by practicing.

I have wrote a tic-tac-toe using only c++, but now I want to write a tic-tac-toe game with graphics using SFML and I could not find a tutorial to help me.

What exactly are you stuck on? Getting SFML installed? Setting up a simple example? It is hard to give a answer without knowing what you are having problems with.

But here is a few links that might help, all are tutorials from the SFML website that should be a good place to start for some of the above problems.

All tutorials - http://www.sfml-dev.org/tutorials/2.1/

Installing SFML 2.1
Windows/VS - http://www.sfml-dev.org/tutorials/2.1/start-vc.php
Windows/CodeBlocks - http://www.sfml-dev.org/tutorials/2.1/start-cb.php
Linux - http://www.sfml-dev.org/tutorials/2.1/start-linux.php
Mac/XCode - http://www.sfml-dev.org/tutorials/2.1/start-osx.php
Compiling from source (Only do if the above don't work) - http://www.sfml-dev.org/tutorials/2.1/compile-with-cmake.php

Setting up a simple example
Setting up the window - http://www.sfml-dev.org/tutorials/2.1/graphics-draw.php
Draw some shapes - http://www.sfml-dev.org/tutorials/2.1/graphics-shape.php

All these tutorials are right on the SFML page and is probably the best place to start your search for material. There is also the github page which contains some more tutorials but most are on more advanced topics.

Github SFML tutorials/articles - https://github.com/LaurentGomila/SFML/wiki

Anyways best of luck with your learning SFML it is a great graphics library for beginners just gotta put some effort into learning it. If you got a good grasp of C++ (Advanced topics also) I would highly recommend picking up the SFML book to learn about the library. It will walk you through a complete game from start to finish (Graphics, Sounds, Special Effects, Networking, etc. etc.).

http://www.amazon.com/SFML-Game-Development-Jan-Haller/dp/1849696845
Thank you for your answer.

I got SFML installed.

Like I said I want to practice SFML by making simple game/projects at first and later more complex ones and I thought that starting with an tic tac toe game for the first time would be a good for practice.
Topic archived. No new replies allowed.