Page 1 of 10 123 ... LastLast
Results 1 to 10 of 91

Thread: New Cube Timer for Nintendo DS

  1. #1
    Member Zarxrax's Avatar
    Join Date
    Jan 2009
    Location
    North Carolina
    Posts
    1,227

    Default New Cube Timer for Nintendo DS

    I just tossed together a very very basic timer for nintendo ds.
    I am no longer developing this, but the code is available if anyone else wants to.

    Features:
    - stackmat-style start/stop
    - displays the last 12 times (no averages though)
    - screen can be flipped
    - "algorithm viewer" for helping you practice and learn your algorithms. Requires you to supply your own images

    Of course the main advantage of this application is that the nintendo ds is very portable, so you can time yourself wherever you go.

    In order to use this, you just need a flash cart.

    Download CuTiDS v0.5: http://amvhell.com/stuff/ds/CuTiDS-0.5.zip
    Code Repository: http://code.google.com/p/cutids/
    Last edited by Zarxrax; 01-02-2010 at 02:57 PM.

  2. #2
    Member cookingfat's Avatar
    Join Date
    Sep 2008
    Location
    Sheffield - UK
    WCA Profile
    2009HARP01
    YouTube
    cookingfat1
    Posts
    908

    Default

    I will try this right away and post back.

    edit - 12 move scrambles fail. sorry
    Last edited by cookingfat; 01-16-2009 at 12:41 PM.

  3. #3
    Member Zarxrax's Avatar
    Join Date
    Jan 2009
    Location
    North Carolina
    Posts
    1,227

    Default

    I just started cubing about 2 weeks ago. Whats a good size? 24?

  4. #4
    Member cookingfat's Avatar
    Join Date
    Sep 2008
    Location
    Sheffield - UK
    WCA Profile
    2009HARP01
    YouTube
    cookingfat1
    Posts
    908

    Default

    use 25, same as cct which is what I use.

    It would be good if it could somehow show your times in a list. Even better an average as well, but I know nothing about programming, so I'll leave that to you.

  5. #5
    Member Zarxrax's Avatar
    Join Date
    Jan 2009
    Location
    North Carolina
    Posts
    1,227

    Default

    I've updated it to use 25.

    Yea, time records are something that I'm thinking of possibly implementing, but it's difficult. And that would probably come later after I make it look a bit more pretty.

    Other features I'm thinking of are an inspection time, and a "stackmat mode", where you have to hold buttons on both sides of the ds, then the timer starts when you let go.

  6. #6
    Member cookingfat's Avatar
    Join Date
    Sep 2008
    Location
    Sheffield - UK
    WCA Profile
    2009HARP01
    YouTube
    cookingfat1
    Posts
    908

    Default

    sounds like a good project, you should continue it and let us know.

    It's much better with the new scrambles too. the Ds look weird in that font though.
    Last edited by cookingfat; 01-16-2009 at 01:26 PM.

  7. #7
    Member panyan's Avatar
    Join Date
    Dec 2008
    Location
    London, England
    Posts
    894

    Default

    FANTASTIC, THANKS!

  8. #8
    Member 36duong's Avatar
    Join Date
    Mar 2008
    Location
    Australia
    WCA Profile
    2009DUON01
    Posts
    145

    Default

    few questions before i try it,

    does it calculate averages of 5 and 12?

    does it store time? (i wouldn't imagine creating a .sav file would be hard)

    are any other cube sizes going to be added in the new future? (eg. 2x2x2 wouldn't be hard, just make the code to use R, F and U)

    I would try it, except I am currently in the United States for SFO 09, and don't have a micro sd card reader.
    some puzzles. sometimes.

  9. #9

    Default

    Please continue working on it!
    Maybe add a function to touch the touch-screen to start/stop the timer\
    Also adding a background picture would be nice

    If you need help with PAlib, I have some experience with it but not much...
    Or you can just use ZZ.
    PB (non-lucky) ZZ solve: 23.61

  10. #10
    Member Zarxrax's Avatar
    Join Date
    Jan 2009
    Location
    North Carolina
    Posts
    1,227

    Default

    Quote Originally Posted by 36duong View Post
    does it calculate averages of 5 and 12?
    does it store time? (i wouldn't imagine creating a .sav file would be hard)
    It only does what I said in the first post, so no. Simply saving times isn't necessarily hard in itself, but theres a lot of other little stuff that goes along with it. For instance, if it saves times, then you probably want to view some of the previous times as well. This requires creating some sort of interface for viewing times. Then there are questions such as how many times should it store? All times? Should it keep a database so you can look at your times from a year ago and see how you progressed? It's suddenly turned into a very complex problem.

    Quote Originally Posted by 36duong View Post
    are any other cube sizes going to be added in the new future? (eg. 2x2x2 wouldn't be hard, just make the code to use R, F and U)
    I hadn't thought of it, but its a possibility. This complicates the previous issue of storing times, though.

    Quote Originally Posted by Musturd View Post
    Please continue working on it!
    Maybe add a function to touch the touch-screen to start/stop the timer\
    Also adding a background picture would be nice

    If you need help with PAlib, I have some experience with it but not much...
    I had thought of using the touch screen, but it doesn't always register a touch if you slap at the screen, which I imagine most people would do, so it's probably better to just leave the bottom screen open for selecting options and such. If you want to help, its definitely welcome, because I *suuuuck* at programming.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •