<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Coding a simple Pong game with SFML</title>
	<atom:link href="https://gamecodeschool.com/sfml/coding-a-simple-pong-game-with-sfml/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/sfml/coding-a-simple-pong-game-with-sfml/</link>
	<description>Game Coding for Beginners</description>
	<lastBuildDate>Mon, 20 Apr 2026 12:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Jondn</title>
		<link>https://gamecodeschool.com/sfml/coding-a-simple-pong-game-with-sfml/#comment-17384</link>
		<dc:creator><![CDATA[Jondn]]></dc:creator>
		<pubDate>Fri, 29 Oct 2021 00:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12780#comment-17384</guid>
		<description><![CDATA[I&#039;ve noticed that if you are clicked inside the window the ball/bat moves slower than when you are clicked inside of it. Why is that?

Also great tutorial learning alot!!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed that if you are clicked inside the window the ball/bat moves slower than when you are clicked inside of it. Why is that?</p>
<p>Also great tutorial learning alot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>https://gamecodeschool.com/sfml/coding-a-simple-pong-game-with-sfml/#comment-17362</link>
		<dc:creator><![CDATA[Joseph]]></dc:creator>
		<pubDate>Sun, 09 May 2021 12:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12780#comment-17362</guid>
		<description><![CDATA[Thank you for the tutorial. I would like to end the game and display the score if lives == 0. How do I go about this. Thanks.]]></description>
		<content:encoded><![CDATA[<p>Thank you for the tutorial. I would like to end the game and display the score if lives == 0. How do I go about this. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marios navasartian</title>
		<link>https://gamecodeschool.com/sfml/coding-a-simple-pong-game-with-sfml/#comment-17351</link>
		<dc:creator><![CDATA[marios navasartian]]></dc:creator>
		<pubDate>Sun, 24 Jan 2021 14:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12780#comment-17351</guid>
		<description><![CDATA[Hello again,
i have managed to avoid errors (using #include &quot;SFML/Window.hpp&quot;  instead of #include &quot;stdafx.h&quot;, i don&#039;t know where to find std.) but the play screen is all white and you cannot see anything. I thought it was the colour, i changed it to black or blue but still nothing.Could you help me? thank you!]]></description>
		<content:encoded><![CDATA[<p>Hello again,<br />
i have managed to avoid errors (using #include &#8220;SFML/Window.hpp&#8221;  instead of #include &#8220;stdafx.h&#8221;, i don&#8217;t know where to find std.) but the play screen is all white and you cannot see anything. I thought it was the colour, i changed it to black or blue but still nothing.Could you help me? thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marios navasartian</title>
		<link>https://gamecodeschool.com/sfml/coding-a-simple-pong-game-with-sfml/#comment-17350</link>
		<dc:creator><![CDATA[marios navasartian]]></dc:creator>
		<pubDate>Sun, 24 Jan 2021 08:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12780#comment-17350</guid>
		<description><![CDATA[excuse me the previous was a warning ..the error is that one.. sorry about that.. (Severity	Code	Description	Project	File	Line	Suppression State
Error	LNK2019	unresolved external symbol _main referenced in function &quot;int __cdecl invoke_main(void)&quot; (?invoke_main@@YAHXZ)	Pong	D:\4.C++\Visual Studio Stuff\Projects\Pong\MSVCRTD.lib(exe_main.obj)	1	)]]></description>
		<content:encoded><![CDATA[<p>excuse me the previous was a warning ..the error is that one.. sorry about that.. (Severity	Code	Description	Project	File	Line	Suppression State<br />
Error	LNK2019	unresolved external symbol _main referenced in function &#8220;int __cdecl invoke_main(void)&#8221; (?invoke_main@@YAHXZ)	Pong	D:\4.C++\Visual Studio Stuff\Projects\Pong\MSVCRTD.lib(exe_main.obj)	1	)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marios navasartian</title>
		<link>https://gamecodeschool.com/sfml/coding-a-simple-pong-game-with-sfml/#comment-17349</link>
		<dc:creator><![CDATA[marios navasartian]]></dc:creator>
		<pubDate>Sun, 24 Jan 2021 08:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12780#comment-17349</guid>
		<description><![CDATA[Hello Mr. Horton,
are you still active on these tutorials?
thank you very much by the way for all this work and for people like us who don&#039;t have a clue and started coding at old age just because we want to. I have an issue if you can help me  (Severity	Code	Description	Project	File	Line	Suppression State
Warning	C26812	The enum type &#039;sf::PrimitiveType&#039; is unscoped. Prefer &#039;enum class&#039; over &#039;enum&#039; (Enum.3).	Pong	D:\4.C++\Visual Studio Stuff\Projects\Pong\Ball.cpp	21	)
i just copy ..i dont know why this came up.
thank you in advance!]]></description>
		<content:encoded><![CDATA[<p>Hello Mr. Horton,<br />
are you still active on these tutorials?<br />
thank you very much by the way for all this work and for people like us who don&#8217;t have a clue and started coding at old age just because we want to. I have an issue if you can help me  (Severity	Code	Description	Project	File	Line	Suppression State<br />
Warning	C26812	The enum type &#8216;sf::PrimitiveType&#8217; is unscoped. Prefer &#8216;enum class&#8217; over &#8216;enum&#8217; (Enum.3).	Pong	D:\4.C++\Visual Studio Stuff\Projects\Pong\Ball.cpp	21	)<br />
i just copy ..i dont know why this came up.<br />
thank you in advance!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
