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

Author Topic: Exercises for beginner(s)  (Read 2241 times)

0 Members and 1 Guest are viewing this topic.

ekeimaja

  • Guest
Exercises for beginner(s)
« on: October 14, 2012, 07:33:20 pm »
Next week I have free from studies, and i will spend that time by studying SFML with C#.

So, I am asking if some volunteers want to create some exercises for me/other beginners with SFML. From easy basic things to more difficult.
I learn best by doing, so exercises would be like ready codes "change color of this box", "add second box and make it move" and all kind of that.

Very warm thank you for everyone in advance :)

mateandmetal

  • Full Member
  • ***
  • Posts: 171
  • The bird is the word
    • View Profile
    • my blog
Re: Exercises for beginner(s)
« Reply #1 on: October 14, 2012, 09:37:47 pm »
The best exercise is:

  • Read the documentation
  • Read the official tutorials
  • Experiment by yourself

 ;)
- Mate (beverage) addict
- Heavy metal addict _lml
- SFML 2 addict
- My first (and free) game: BichingISH!

Foaly

  • Sr. Member
  • ****
  • Posts: 453
    • View Profile
Re: Exercises for beginner(s)
« Reply #2 on: October 15, 2012, 10:52:13 pm »
And then you should just start programming small game classics. Starting with something like pong and then move up to things like tetris, snake or pac-man. You can find lots of tutorials for that on the internet. The concepts can be easily adapted to SFML.