Search found 27 matches

by Florian3321
January 4th, 2018, 2:13 pm
Forum: Everything
Topic: Variable at construction not always updating
Replies: 18
Views: 8690

Re: Variable at construction not always updating

Hi there! If I understand your problem, I think it happend due to that you only changed the values in the h file. If you then just build the project, because noting changed in the cpp file, the compiler does not make a new obj and does not link in a new exe, so the changes do not get into the game. ...
by Florian3321
November 24th, 2017, 9:52 pm
Forum: Everything
Topic: Little Design Problem :)
Replies: 3
Views: 1541

Re: Little Design Problem :)

I will upload it to github :)
Thanks for the answers between :)
by Florian3321
November 23rd, 2017, 2:03 pm
Forum: Everything
Topic: Little Design Problem :)
Replies: 3
Views: 1541

Little Design Problem :)

Hi there! I have a little problem and maybe someone can help :) So, I have a window class, and a gfx class that has an reference to a window, to draw to. But now I need also a reference of the gfx in window, because in WM_PAINT I want to redraw the screen (I use GDI to make a backbuffer and blt it)....
by Florian3321
October 14th, 2017, 3:21 pm
Forum: Everything
Topic: JARTS - (j)ust (a)nother (r)eal (t)ime (s)trategy game
Replies: 27
Views: 11638

Re: JARTS - (j)ust (a)nother (r)eal (t)ime (s)trategy game

Looks really nice man!!
And nice to see another German here ;)
by Florian3321
October 4th, 2017, 7:48 pm
Forum: Everything
Topic: problem solving = MIND BLOWING (I 12)
Replies: 7
Views: 2739

Re: problem solving = MIND BLOWING (I 12)

First interview and you performed so well, and then they dont take you... What a company :lol:
But probs to you!!
And as you has mentioned already, I also am really happy to have your tuts, Chili!! ;)
by Florian3321
August 18th, 2017, 9:17 am
Forum: Everything
Topic: Group Project Anyone?
Replies: 4
Views: 2021

Re: Group Project Anyone?

Hi there!
If you are interested, I made a little maybe shitty platformer game, so maybe it helps with your code...
Here is the GitHub-link: https://github.com/florianPat/SFMLPlatformer
by Florian3321
August 10th, 2017, 7:23 pm
Forum: Everything
Topic: Little Doodle Jump Clone
Replies: 4
Views: 2044

Re: Little Doodle Jump Clone

Thanks for the kind words!

And for the secound part: Yeah thats a problem... I try to come up with a solution.
by Florian3321
August 10th, 2017, 4:56 pm
Forum: Everything
Topic: Little Doodle Jump Clone
Replies: 4
Views: 2044

Re: Little Doodle Jump Clone

Left and Right arrow keys to control the green square :)
by Florian3321
August 10th, 2017, 4:30 pm
Forum: Everything
Topic: Little Doodle Jump Clone
Replies: 4
Views: 2044

Little Doodle Jump Clone

Hi there!
I am back to show another project that I made today: I made a simple Doodle Jump clone!
Here is the github-page for people that are interested in it: https://github.com/florianPat/DoddleJump

As always, I would appreciate feedback!

Thanks!
by Florian3321
July 14th, 2017, 10:35 am
Forum: Everything
Topic: Bomberman clone with SFML and my own little "framework"
Replies: 1
Views: 1419

Bomberman clone with SFML and my own little "framework"

Hi everybody! I just wanted to share a game that I am currently developing: It is a Bomberman clone made with SFML and by own little framework around it. I would love to hear what I could improve in the codebase, or what you think about it in general! Here is the github repo: https://github.com/flor...