<rdf:RDF
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xml:base='http://startofentry.blogdns.org/rdf'>
    <s:Snip rdf:ID='just1'
         s:name='just1'
         s:cUser='case'
         s:oUser='case'
         s:mUser='ivonne'>
        <s:content>\[ [game|just1#game] | [motivation|just1#motivation] | [features|just1#features] | [webdemo|just1#webdemo] | [usermanual|just1#usermanual] | [issues|just1#issues] | [license|just1#license] | [download|just1#download] | [backlink|just1#backlink] |[devices|just1#devices] | [changelog|just1#changelog]\] &#xD;&#xA;&#xD;&#xA;1 just1 - A Hitori Game Midlet {anchor:game}&#xD;&#xA;&#xD;&#xA;The __just1__ [Midlet] is a __J2ME__ game providing [Hitori] puzzles for your java enabled mobile phone or PDA (check {link:J2ME Device List|http://developers.sun.com/techtopics/mobility/device/device}. The game requires at least MIDP 1.0 and CLDC 1.0).&#xD;&#xA;&#xD;&#xA;A Hirori puzzle is a grid of squares which are filled with numbers. At the beginning all numbers are not marked. The goal of the game is to paint out some numbers to fulfill the following three basic rules:&#xD;&#xA;&#xD;&#xA;* Two __black__ cells cannot be connected horiontal or vertical. Diagonal is allowed.&#xD;&#xA;* In each row and each column of the grid no __white__ duplicate numbers are allowed.&#xD;&#xA;* All __white__ cells needs to be connected orthogonally at the end. Diagonal is not enough.&#xD;&#xA;&#xD;&#xA;For more information, explanation and basic rules check out [Hitori].&#xD;&#xA;&#xD;&#xA;1 Motivation {anchor:motivation}&#xD;&#xA;After creating [5ud0ku], __just1__ was the next upcoming puzzle we wanted to implement as a J2ME game. It also helped to extract certain base classes (File and Color selection, UI handling and language support) which we might use for upcoming projects. &#xD;&#xA;&#xD;&#xA;1 Features {anchor:features}&#xD;&#xA;{image:img=http://wintermute.de/wap/just1.png|align=float-right}&#xD;&#xA;__Current Version 1.1__&#xD;&#xA;- runs on mobile devices with java versions for at least MIDP 1.0 and CLDC 1.0&#xD;&#xA;- game creator (puzzle size can be selected and depends on screen resolution) &#xD;&#xA;- game editor and game solver&#xD;&#xA;- supports pointer-devices (Stylus input on Smartphones/PDA)&#xD;&#xA;- colored field-values (colors can be adjusted)&#xD;&#xA;- autosave/load, load and save of games&#xD;&#xA;- undo/redo mode&#xD;&#xA;- solving time status display&#xD;&#xA;- highscore&#xD;&#xA;- helper: provide hints&#xD;&#xA;- helper: check puzzle&#xD;&#xA;- helper: signal conflicts&#xD;&#xA;- helper: easy input (automatically paint neighbor cells of a black cell white) &#xD;&#xA;- helper: easy solve (just need to mark black cells)&#xD;&#xA;&#xD;&#xA;1 Web Demo {anchor:webdemo}&#xD;&#xA;{image:img=just1.gif|align=float-right}&#xD;&#xA;You can preview the game before downloading it to your mobile. Checkout the [just1/webdemo] (Java Applet based).&#xD;&#xA;&#xD;&#xA;1 User Manual{anchor:usermanual} &#xD;&#xA;you will find instructions at http://wintermute.de/wap/just1.html&#xD;&#xA;&#xD;&#xA;1 Upcoming/Open Issues{anchor:issues}&#xD;&#xA;- currently none&#xD;&#xA;&#xD;&#xA;1 License {anchor:license}&#xD;&#xA;just1 is distributed under the {link:GNU General Public License|http://www.gnu.org/copyleft/gpl.txt}. See {link:LICENSE.txt|space/just1/LICENSE.txt|none}\\&#xD;&#xA;&#xD;&#xA;1 Download {anchor:download}&#xD;&#xA;1.1 Emailware&#xD;&#xA;The game is Freeware, but we declared it __emailware__.\\&#xD;&#xA;If you use it, please pass a short note to {image:http://wintermute.de/wap/email.gif}\\&#xD;&#xA;Thanks!\\&#xD;&#xA;The midlet and the sources can be redistributed according to the license information above.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;1.1 Midlet Files&#xD;&#xA;&#xD;&#xA;1.1.1 regular version (63k, runs on most phones, comes with english language set)&#xD;&#xA;* {link:just1.jad|http://wintermute.de/wap/just1.jad}&#xD;&#xA;* {link:just1.jar|http://wintermute.de/wap/just1.jar}&#xD;&#xA;&#xD;&#xA;To download the game to your mobile via WAP, point your mobile&apos;s browser to http://wintermute.de/wap/just1/ . &#xD;&#xA;&#xD;&#xA;Additionally you may download just1 at {link:GetJar|http://www.getjar.com/products/9843/just1aHitoriMidlet}&#xD;&#xA;&#xD;&#xA;{include:Midlet/J2MEInstall}&#xD;&#xA;&#xD;&#xA;1.1 Java Sources&#xD;&#xA;Download the sources at {link:just1.src.zip|http://startofentry.de/files/just1.src.zip|none}. The archive contains all sources.&#xD;&#xA;&#xD;&#xA;1.1.1 language translation&#xD;&#xA;If you like to translate just1 to another language, you can do so by creating a new language file:&#xD;&#xA;1. Create your own &apos;dict_~~language-id~~&apos; and &apos;cdict_~~language-id~~&apos; (e.g. dict_fr and cdict_fr) file using an existing e.g dict_en/cdict_en as a template&#xD;&#xA;1. add the language-name and language-id to the lang file within just1.jar&#xD;&#xA;1. pack the new dict files and the updated lang into just1.jar file&#xD;&#xA;1. update jad for new jar file size (if needed)&#xD;&#xA;&#xD;&#xA;You also can send the file to us({image:http://wintermute.de/wap/email.gif}) and I will create the packed game.&#xD;&#xA;&#xD;&#xA;Rules for the language files are: Use UTF-8 encoding (no BOM Signature) and check for the  characters &apos;=&apos; and &apos;|&apos; in your file, since both are used as separators. &#xD;&#xA;&#xD;&#xA;The source-zip is not updated for new language additions.&#xD;&#xA;&#xD;&#xA;1 Backlink {anchor:backlink}&#xD;&#xA;listing of just1 at {link:Gruig !|http://gruiq.net/index.php/2007/03/26/539-just-1}&#xD;&#xA;&#xD;&#xA;1 Confirmed devices {anchor:devices}&#xD;&#xA;As mentioned above, in general the midlet should run on any J2ME enabled device with MIDP 1.0 and CLDC 1.0 at least. Devices, such as K610im, which implement CLDC and DoJa cannot run the game.&#xD;&#xA;&#xD;&#xA;Nevertheless, this list contains the ~~confirmed~~ devices. &#xD;&#xA;&#xD;&#xA;* MTV 3.0 noir &#xD;&#xA;* Nokia 6230i&#xD;&#xA;* Nokia 6233&#xD;&#xA;* Nokia 6610&#xD;&#xA;* Nokia E60&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;1 Version History {anchor:changelog}&#xD;&#xA;__V1.1__&#xD;&#xA;- Fix: game size can be change on new game, even after DisplaySolution was selected before &#xD;&#xA;- Fix: hintdisplay does not scramble screen&#xD;&#xA;- Fix: zero not allowed on input of own hitori puzzles any more&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;__V1.0__&#xD;&#xA;- inital release</s:content>
        <s:mTime>2007-04-14 17:55:02.323</s:mTime>
        <s:cTime>2007-01-03 16:48:05.443</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#Midlet'/>
                <rdf:li rdf:resource='http://startofentry.blogdns.org/rdf#5ud0ku'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='http://startofentry.blogdns.org/rdf#just1/webdemo'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='#Hitori'/>
                <rdf:li rdf:resource='#ivonne'/>
                <rdf:li rdf:resource='#midlet'/>
                <rdf:li rdf:resource='#hitori'/>
                <rdf:li rdf:resource='http://startofentry.blogdns.org/rdf#start/2007-04-11/1'/>
                <rdf:li rdf:resource='http://startofentry.blogdns.org/rdf#Midlet/J2MEInstall'/>
                <rdf:li rdf:resource='http://startofentry.blogdns.org/rdf#5ud0ku/webdemo'/>
                <rdf:li rdf:resource='http://startofentry.blogdns.org/rdf#Charley/2007-04-04/1'/>
                <rdf:li rdf:resource='http://startofentry.blogdns.org/rdf#start/2007-04-08/1'/>
                <rdf:li rdf:resource='#Ivonne'/>
                <rdf:li rdf:resource='http://startofentry.blogdns.org/rdf#older changes'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments>
            <rdf:Bag>
                <rdf:li>
                    <s:Attachment rdf:about='http://startofentry.blogdns.org/space/just1/LICENSE.txt'
                         s:fileName='LICENSE.txt'
                         s:contentType='text/plain'
                         s:size='838'>
                        <s:date>Wed Jan 03 17:42:00 CET 2007</s:date>
                    </s:Attachment>
                </rdf:li>
                <rdf:li>
                    <s:Attachment rdf:about='http://startofentry.blogdns.org/space/just1/just1.gif'
                         s:fileName='just1.gif'
                         s:contentType='image/gif'
                         s:size='2584'>
                        <s:date>Sat Jan 13 17:35:35 CET 2007</s:date>
                    </s:Attachment>
                </rdf:li>
            </rdf:Bag>
        </s:attachments>
    </s:Snip>
</rdf:RDF>
