<?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">
	<channel>
      <title>Tagged with #sudoku - Processing 2.x and 3.x Forum</title>
      <link>https://forum.processing.org/two/discussions/tagged/feed.rss?Tag=%23sudoku</link>
      <pubDate>Sun, 08 Aug 2021 20:18:38 +0000</pubDate>
         <description>Tagged with #sudoku - Processing 2.x and 3.x Forum</description>
   <language>en-CA</language>
   <atom:link href="/two/discussions/tagged%23sudoku/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>How do I fix this String problem?</title>
      <link>https://forum.processing.org/two/discussion/25889/how-do-i-fix-this-string-problem</link>
      <pubDate>Tue, 09 Jan 2018 21:03:48 +0000</pubDate>
      <dc:creator>Potterhouse</dc:creator>
      <guid isPermaLink="false">25889@/two/discussions</guid>
      <description><![CDATA[<p>This is supposed to solve this soduko problem.</p>

<p>The rules of this Sudoku:</p>

<p>Each row may only have the numbers 1 through 4 appearing once in it.
Each column may only have the numbers 1 through 4 appearing once in it.
The bold lines separate the game board into four quadrants. 
Each quadrant may only have the numbers 1 through 4 appearing once in it.
Each puzzle has a unique solution.</p>

<p>Input:</p>

<pre><code>4,,,2
,2,,
,,1,
1,,,3
</code></pre>

<p>Output:</p>

<pre><code>4 1 3 2
3 2 4 1
2 3 1 4
1 4  3 2
</code></pre>
]]></description>
   </item>
   <item>
      <title>I made a reversed Kenken Math puzzle sudoku game for Android - PUZZOKU!</title>
      <link>https://forum.processing.org/two/discussion/20533/i-made-a-reversed-kenken-math-puzzle-sudoku-game-for-android-puzzoku</link>
      <pubDate>Sun, 29 Jan 2017 13:26:04 +0000</pubDate>
      <dc:creator>mfmc</dc:creator>
      <guid isPermaLink="false">20533@/two/discussions</guid>
      <description><![CDATA[<p>Code is written in processing and shaped into an Android app in Eclipse! 
<a href="https://play.google.com/apps/testing/com.mfmc.puzzoku" target="_blank" rel="nofollow">https://play.google.com/apps/testing/com.mfmc.puzzoku</a></p>
]]></description>
   </item>
   </channel>
</rss>